Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::interprocess::managed_unique_ptr< T, ManagedMemory > Struct Template Reference

Returns the type of a unique pointer of type T with boost::interprocess::deleter deleter that can be constructed in the given managed segment type. More...

#include <unique_ptr.hpp>

Public Types

typedef
boost::movelib::unique_ptr< T,
typename
ManagedMemory::template
deleter< T >::type
type
 

Detailed Description

template<class T, class ManagedMemory>
struct boost::interprocess::managed_unique_ptr< T, ManagedMemory >

Returns the type of a unique pointer of type T with boost::interprocess::deleter deleter that can be constructed in the given managed segment type.

Member Typedef Documentation

template<class T, class ManagedMemory>
typedef boost::movelib::unique_ptr< T , typename ManagedMemory::template deleter<T>::type > boost::interprocess::managed_unique_ptr< T, ManagedMemory >::type

The documentation for this struct was generated from the following file: