userver: userver/utils/make_intrusive_ptr.hpp File Reference
Loading...
Searching...
No Matches
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.