#include <std-unique-ptr.hpp>
Public Types | |
typedef details::StdUniquePtrResultConverter | result_converter |
CallPolicies to get std::unique_ptr value from a function that return an std::unique_ptr. If the object inside the std::unique_ptr is a class or an union it will be moved. In other case, it will be copied.
Definition at line 111 of file std-unique-ptr.hpp.
Definition at line 112 of file std-unique-ptr.hpp.