Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp169 struct is_unary_function { struct
174 struct is_unary_function<T (*)(U)> { struct
178 int is_unary_function0[is_unary_function<int>::value ? -1 : 1]; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dunique_ptr_meta_utils.hpp532 struct is_unary_function struct
533 { static const bool value = is_unary_function_impl<T>::value; };