Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/
Dresult_of.hpp202 struct is_function_with_no_args : false_type {}; struct
205 struct is_function_with_no_args<F(void)> : true_type {}; struct