Searched defs:add_cref (Results 1 - 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
H A Dbind.hpp1659 template< class Pm, int I > struct add_cref;
1661 template< class M, class T > struct add_cref< M T::*, 0 > struct in namespace:boost::_bi
1666 template< class M, class T > struct add_cref< M T::*, 1 > struct in namespace:boost::_bi
1678 template< class R, class T > struct add_cref< R (T::*) (), 1 > struct in namespace:boost::_bi
1685 template< class R, class T > struct add_cref< R (T::*) () const, 1 > struct in namespace:boost::_bi
1709 typedef typename add_cref< Pm, 1 >::type type;
1715 typedef typename add_cref< Pm, isref< result_type >::value >::type type;

Completed in 17 milliseconds