开源使用者
标签
如何散列和比较指向成员函数的指针?
2021-12-27 00:00:00
hash
function-pointers
c++
member-function-pointers
如何传递指向构造函数的函数指针?
2021-12-26 00:00:00
constructor
function-pointers
reflection
c++
为什么在 C++ 中存在从指针到 bool 的隐式类型转换?
2021-12-25 00:00:00
types
boolean
implicit
c++
为什么不删除将指针设置为 NULL?
2021-12-24 00:00:00
memory-management
c++
delete-operator
删除指向子类的指针是否调用基类析构函数?
2021-12-24 00:00:00
memory-management
destructor
base-class
c++
delete-operator
带有 boost::shared_ptr 的 NULL 指针?
2021-12-24 00:00:00
pointers
null
c++
boost
shared-ptr
将 C++ 成员函数赋值给 C 函数指针
2021-12-24 00:00:00
pointers
c
c++
boost
从 shared_ptr 中分离一个指针?
2021-12-24 00:00:00
c++
boost
shared-ptr
delete 是否适用于指向基类的指针?
2021-12-24 00:00:00
polymorphism
c++
boost
如何从 boost::shared_ptr 释放指针?
2021-12-24 00:00:00
c++
boost
shared-ptr
智能指针(提升)解释
2021-12-24 00:00:00
c++
boost
smart-pointers
将 boost::function 降级为普通函数指针
2021-12-24 00:00:00
c++
boost
functor
如何将 C++ lambda 传递给需要函数指针和上下文的 C 回调?
2021-12-23 00:00:00
lambda
c
c++
c++11
使用 + 为 lambda 解决函数指针和 std::function 上的不明确重载
2021-12-23 00:00:00
lambda
overloading
c++
c++11
与函数指针转换相关的 lambda 对象的生命周期
2021-12-23 00:00:00
lambda
c++
c++11
object-lifetime
指向 POD 结构的 C/C++ 指针也指向第一个结构成员
2021-12-23 00:00:00
pointers
c
struct
c++
如何将成员函数传递给函数指针?
2021-12-23 00:00:00
methods
function-pointers
c++
member-function-pointers
delayed-execution
在不访问任何数据的 NULL 指针上调用方法是否会失败?
2021-12-23 00:00:00
pointers
null
methods
c++
在 DLL 中分配内存并将指向它的指针指向客户端应用程序是不好的做法吗?
2021-12-22 00:00:00
design-patterns
c++
指针的排序向量
2021-12-21 00:00:00
sorting
vector
c++
«
6
7
8
9
10
11
12
13
14
15
»