function<long()>my = bind(&std::shared_ptr<long>::use_count, ref(b)); function<long()>you=bind(&std::shared_ptr<long>::use_count,b); 前者1 後者調用2