Home
last modified time | relevance | path

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

/third_party/boost/boost/functional/
Dlightweight_forward_adapter.hpp45 struct lightweight_forward_adapter_result struct
50 template< typename T > struct x { typedef T const& t; };
51 template< typename T > struct x< boost::reference_wrapper<T> >
53 template< typename T > struct x<T&> : x<T> { };
54 template< typename T > struct x<T const&> : x<T> { };
55 template< typename T > struct x<T const> : x<T> { };
58 template< typename T > struct c struct
60 template< typename T > struct c<T& >
62 template< typename T > struct c<T const >
64 template< typename T > struct c<T const&>