Searched defs:lightweight_forward_adapter_result (Results 1 – 1 of 1) sorted by relevance
45 struct lightweight_forward_adapter_result struct50 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 struct60 template< typename T > struct c<T& >62 template< typename T > struct c<T const >64 template< typename T > struct c<T const&>