Home
last modified time | relevance | path

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

/third_party/boost/boost/intrusive/detail/
Duncast.hpp33 struct uncast_types struct
35 typedef typename pointer_traits<ConstNodePtr>::element_type element_type;
36 typedef typename remove_const<element_type>::type non_const_type;
38 template rebind_pointer<non_const_type>::type non_const_pointer;
39 typedef pointer_traits<non_const_pointer> non_const_traits;