Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/
Dbase_from_member.hpp73 struct remove_cv_ref struct
78 }; // boost::detail::remove_cv_ref
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dremove_cv_ref.hpp19 template <class T> struct remove_cv_ref: remove_cv<typename remove_reference<T>::type> {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/example/
Dinterpreter.hpp97 struct remove_cv_ref struct in example::interpreter::token_parser