Home
last modified time | relevance | path

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

/third_party/boost/boost/smart_ptr/
Dshared_ptr.hpp71 template< class T > struct sp_element struct
73 typedef T type;
78 template< class T > struct sp_element< T[] > struct
80 typedef T type;
85 template< class T, std::size_t N > struct sp_element< T[N] > struct
87 typedef T type;