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>
Include dependency graph for make_intrusive_ptr.hpp:
This graph shows which files directly or indirectly include this file: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. | |