Home
last modified time | relevance | path

Searched refs:move_upmu (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/move/
Dmake_unique.hpp48 namespace move_upmu { namespace
96 typename ::boost::move_upmu::unique_ptr_if<T>::t_is_not_array) in BOOST_MOVE_DOC1ST()
105 typename ::boost::move_upmu::unique_ptr_if<T>::t_is_not_array) in BOOST_MOVE_DOC1ST()
107 { return unique_ptr<T>(new (*boost::move_upmu::nothrow_holder<>::pnothrow)T(::boost::forward<Args>… in BOOST_MOVE_DOC1ST()
112 typename ::boost::move_upmu::unique_ptr_if<T>::t_is_not_array\
117 typename ::boost::move_upmu::unique_ptr_if<T>::t_is_not_array\
119 …{ return unique_ptr<T>( new (*boost::move_upmu::nothrow_holder<>::pnothrow)T ( BOOST_MOVE_FWD##N …
131 typename ::boost::move_upmu::unique_ptr_if<T>::t_is_not_array) in BOOST_MOVE_DOC1ST()
142 typename ::boost::move_upmu::unique_ptr_if<T>::t_is_not_array) in BOOST_MOVE_DOC1ST()
145 return unique_ptr<T>(new (*boost::move_upmu::nothrow_holder<>::pnothrow)T); in BOOST_MOVE_DOC1ST()
[all …]
Ddefault_delete.hpp37 namespace bmupmu = ::boost::move_upmu;
121 namespace bmupmu = ::boost::move_upmu;
166 …BOOST_STATIC_ASSERT(( !::boost::move_upmu::missing_virtual_destructor<default_delete, U>::value ));
181 …BOOST_STATIC_ASSERT(( !::boost::move_upmu::missing_virtual_destructor<default_delete, U>::value )); in BOOST_MOVE_DOC1ST()
201 …BOOST_STATIC_ASSERT(( !::boost::move_upmu::missing_virtual_destructor<default_delete, U>::value )); in BOOST_MOVE_DOC1ST()
Dunique_ptr.hpp433 BOOST_STATIC_ASSERT(( !::boost::move_upmu::missing_virtual_destructor
471 BOOST_STATIC_ASSERT(( !::boost::move_upmu::missing_virtual_destructor
509 BOOST_STATIC_ASSERT(( !::boost::move_upmu::missing_virtual_destructor
556 BOOST_STATIC_ASSERT(( !::boost::move_upmu::missing_virtual_destructor
714 BOOST_STATIC_ASSERT(( !::boost::move_upmu::missing_virtual_destructor in BOOST_MOVE_DOC1ST()
/third_party/boost/libs/move/test/
Dunique_ptr_test_utils_beg.hpp42 typedef typename ::boost::move_upmu::remove_extent<T>::type element_type;
43 static const bool is_array = ::boost::move_upmu::is_array<T>::value;
67 typedef typename ::boost::move_upmu::remove_extent<T>::type element_type;
68 static const bool is_array = ::boost::move_upmu::is_array<T>::value;
107 typedef typename ::boost::move_upmu::remove_extent<T>::type element_type;
108 static const bool is_array = ::boost::move_upmu::is_array<T>::value;
185 BOOST_STATIC_ASSERT((::boost::move_upmu::is_convertible<B, A>::value));
Dunique_ptr_types.cpp36 namespace bmupmu = ::boost::move_upmu;
Dunique_ptr_movector.cpp35 namespace bmupmu = ::boost::move_upmu;
/third_party/boost/boost/move/detail/
Dunique_ptr_meta_utils.hpp43 namespace move_upmu { namespace