Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/
Dresult_of.hpp134 struct result_of_wrap_callable_class { struct
135 typedef result_of_callable_class<C> type;
139 struct result_of_wrap_callable_class<C const> { struct
140 typedef result_of_callable_class<C> const type;
144 struct result_of_wrap_callable_class<C volatile> { struct
145 typedef result_of_callable_class<C> volatile type;
149 struct result_of_wrap_callable_class<C const volatile> { struct
150 typedef result_of_callable_class<C> const volatile type;
154 struct result_of_wrap_callable_class<C &> { struct
155 typedef typename result_of_wrap_callable_class<C>::type &type;