Searched refs:BOOST_REF_CONST (Results 1 – 1 of 1) sorted by relevance
119 # define BOOST_REF_CONST macro121 # define BOOST_REF_CONST const macro131 template<class T> BOOST_FORCEINLINE reference_wrapper<T> BOOST_REF_CONST ref( T & t ) in ref()150 template<class T> BOOST_FORCEINLINE reference_wrapper<T const> BOOST_REF_CONST cref( T const & t ) in cref()155 #undef BOOST_REF_CONST