Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dindirect_traits.hpp29 struct is_reference_to_const : boost::false_type struct
34 struct is_reference_to_const<T const&> : boost::true_type struct
40 struct is_reference_to_const<T const volatile&> : boost::true_type struct