Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dweak_result_type.h70 struct __maybe_derive_from_unary_function // bool is true struct
76 struct __maybe_derive_from_unary_function<_Tp, false>
93 : public __maybe_derive_from_unary_function<_Tp>,
103 : public __maybe_derive_from_unary_function<_Tp>,
H A Dfunction.h84 struct __maybe_derive_from_unary_function struct
89 struct __maybe_derive_from_unary_function<_Rp(_A1)>
967 : public __function::__maybe_derive_from_unary_function<_Rp(_ArgTypes...)>,