Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dweak_result_type.h67 struct __maybe_derive_from_unary_function // bool is true struct
73 struct __maybe_derive_from_unary_function<_Tp, false>
90 : public __maybe_derive_from_unary_function<_Tp>,
100 : public __maybe_derive_from_unary_function<_Tp>,
H A Dfunction.h82 struct __maybe_derive_from_unary_function struct
87 struct __maybe_derive_from_unary_function<_Rp(_A1)>
969 : public __function::__maybe_derive_from_unary_function<_Rp(_ArgTypes...)>,