Searched defs:member_pointer (Results 1 – 1 of 1) sorted by relevance
29 struct member_pointer { struct30 typedef typename boost::add_reference<T>::type type;31 typedef detail::unspecified class_type;32 typedef detail::unspecified qualified_class_type;38 struct member_pointer<T U::*> { struct39 typedef typename boost::add_reference<T>::type type;40 typedef U class_type;41 typedef U qualified_class_type;47 struct member_pointer<const T U::*> { struct48 typedef typename boost::add_reference<const T>::type type;[all …]