MessagePack for C++
Public Member Functions | List of all members
msgpack::unique_ptr< T > Struct Template Reference

#include <cpp_config.hpp>

Inheritance diagram for msgpack::unique_ptr< T >:

Public Member Functions

 unique_ptr (T *p=0) throw ()
 
 unique_ptr (unique_ptr &a) throw ()
 
template<class Y >
 unique_ptr (unique_ptr< Y > &a) throw ()
 

Constructor & Destructor Documentation

◆ unique_ptr() [1/3]

template<typename T>
msgpack::unique_ptr< T >::unique_ptr ( T *  p = 0)
throw (
)
inlineexplicit

◆ unique_ptr() [2/3]

template<typename T>
msgpack::unique_ptr< T >::unique_ptr ( unique_ptr< T > &  a)
throw (
)
inline

◆ unique_ptr() [3/3]

template<typename T>
template<class Y >
msgpack::unique_ptr< T >::unique_ptr ( unique_ptr< Y > &  a)
throw (
)
inline

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