2015-01-14から1日間の記事一覧

shared_ptrをweak_ptrに変換するヘルパ関数

C++

実装: shand/to_weak.hpp - GitHub // shand/to_weak.hpp #include <boost/config.hpp> #include <memory> namespace shand { template <class T> std::weak_ptr<T> to_weak(const std::shared_ptr<T>& sp) BOOST_NOEXCEPT { return sp; } C++14から入った、ラムダ式のキャプチャでの初期化で使用する</t></t></class></memory></boost/config.hpp>…