#include <boost/config.hpp>
#include <boost/smart_ptr/detail/up_if_not_array.hpp>
#include <boost/type_traits/add_rvalue_reference.hpp>
#include <utility>
Namespaces | |
boost | |
Duration formatting facet for input. | |
Functions | |
template<class T > | |
boost::detail::up_if_not_array < T >::type | boost::make_unique () |
template<class T , class... Args> | |
boost::detail::up_if_not_array < T >::type | boost::make_unique (Args &&...args) |
template<class T > | |
boost::detail::up_if_not_array < T >::type | boost::make_unique (typename add_rvalue_reference< T >::type value) |
template<class T > | |
boost::detail::up_if_not_array < T >::type | boost::make_unique_noinit () |