哦看到了…
The return type of std::bind holds a member object of type std::decay<F>::type constructed from std::forward<F>(f), and one object per each of args..., of type std::decay<Arg_i>::type, similarly constructed from std::forward<Arg_i>(arg_i).
【 在 fanci () 的大作中提到: 】
: 怎么看出来 bind 生成的函数 复制了 boost::shared_ptr 而不是只保留了一个引用?
:
: 【 在 lambdai () 的大作中提到: 】
--
FROM 203.145.94.*