userver: userver/utils/make_intrusive_ptr.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
make_intrusive_ptr.hpp File Reference

Detailed Description

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< Targetutils::make_intrusive_ptr (Args &&... args)
 Factory function for boost::intrusive_ptr, like std::make_unique.