Home
last modified time | relevance | path

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

/third_party/boost/boost/utility/
Dbase_from_member.hpp73 struct remove_cv_ref struct
78 }; // boost::detail::remove_cv_ref
/third_party/boost/boost/type_traits/
Dremove_cv_ref.hpp19 template <class T> struct remove_cv_ref: remove_cv<typename remove_reference<T>::type> {}; struct
/third_party/boost/libs/function_types/example/
Dinterpreter.hpp97 struct remove_cv_ref struct in example::interpreter::token_parser
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp108 struct remove_cv_ref : std::remove_cv<std::remove_reference_t<T>> struct