Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__functional/
H A Dweak_result_type.h74 struct __maybe_derive_from_unary_function // bool is true struct
78 struct __maybe_derive_from_unary_function<_Tp, false> {};
89 : public __maybe_derive_from_unary_function<_Tp>,
98 …: public __maybe_derive_from_unary_function<_Tp>, public __maybe_derive_from_binary_function<_Tp> …
H A Dfunction.h95 struct __maybe_derive_from_unary_function {};
98 struct __maybe_derive_from_unary_function<_Rp(_A1)> : public __unary_function<_A1, _Rp> {};
825 : public __function::__maybe_derive_from_unary_function<_Rp(_ArgTypes...)>,
93 struct __maybe_derive_from_unary_function {}; global() struct