Factory function for boost::intrusive_ptr, like std::make_unique.
Definition in file make_intrusive_ptr.hpp.
Go to the source code of this file.
#include <memory>
#include <boost/intrusive_ptr.hpp>
Namespaces | |
namespace | utils |
Utilities. | |
Functions | |
template<class Target , class... Args> | |
boost::intrusive_ptr< Target > | utils::make_intrusive_ptr (Args &&... args) |
Factory function for boost::intrusive_ptr, like std::make_unique. | |