Home
last modified time | relevance | path

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

/third_party/boost/boost/type_traits/
Dremove_pointer.hpp64 template <class T> struct remove_pointer{ typedef typename boost::detail::remove_pointer_imp2<T>::t… struct
/third_party/boost/boost/move/detail/
Dmeta_utils.hpp137 template< class T > struct remove_pointer { typedef T type; }; struct
138 template< class T > struct remove_pointer<T*> { typedef T type; }; struct
139 template< class T > struct remove_pointer<T* const> { typedef T type; }; struct
140 template< class T > struct remove_pointer<T* volatile> { typedef T type; }; argument
141 template< class T > struct remove_pointer<T* const volatile> { typedef T type; }; argument
/third_party/boost/libs/hana/include/boost/hana/
Dtraits.hpp154 constexpr auto remove_pointer = metafunction<std::remove_pointer>; variable
/third_party/boost/boost/hana/
Dtraits.hpp154 constexpr auto remove_pointer = metafunction<std::remove_pointer>; variable