Searched refs:__maybe_derive_from_unary_function (Results 1 – 2 of 2) sorted by relevance
74 struct __maybe_derive_from_unary_function // bool is true struct78 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> …
95 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