Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dindirect_traits.hpp46 struct is_reference_to_function : boost::false_type struct
51 struct is_reference_to_function<T&> : is_function<T> struct