Home
last modified time | relevance | path

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

/third_party/boost/boost/lambda/detail/
Dmember_ptr.hpp29 struct member_pointer { struct
30 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::*> { struct
39 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::*> { struct
48 typedef typename boost::add_reference<const T>::type type;
[all …]