Home
last modified time | relevance | path

Searched defs:sp_if_not_array (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/smart_ptr/
Dmake_shared_object.hpp179 template< class T > struct sp_if_not_array struct
181 typedef boost::shared_ptr< T > type;
186 template< class T > struct sp_if_not_array< T[] > struct
192 template< class T, std::size_t N > struct sp_if_not_array< T[N] > struct