Home
last modified time | relevance | path

Searched refs:__maybe_derive_from_unary_function (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A Dweak_result_type.h66 struct __maybe_derive_from_unary_function // bool is true struct
72 struct __maybe_derive_from_unary_function<_Tp, false>
89 : public __maybe_derive_from_unary_function<_Tp>,
97 : public __maybe_derive_from_unary_function<_Tp>,
H A Dfunction.h68 struct __maybe_derive_from_unary_function struct
73 struct __maybe_derive_from_unary_function<_Rp(_A1)>
946 : public __function::__maybe_derive_from_unary_function<_Rp(_ArgTypes...)>,