265_C++_对一个智能指针给其中传递三个参数后调用的理解:例如m_shard_prt = std::make_shared<stream>(m_httpClient, pm, strCb)

api_stream_param_t pm;
pm.cb = std::bind(&RSHttpClient::handle_dualtalk_data_cb, shared_from_this(), std::placeholders::_1,std::placeholders::_2)

你可能感兴趣的:(物联网,c++,开发语言)