std::_maybe_unary_or_binary_function(3)
NAME
std::_Maybe_unary_or_binary_function
SYNOPSIS
Inherited by std::_Mem_fn< _Res(_Class::*)(_ArgTypes...) const >, std::_Mem_fn< _Res(_Class::*)(_ArgTypes...) const volatile >, and std::_Mem_fn< _Res(_Class::*)(_ArgTypes...) volatile >.
Detailed Description
- template<typename _Res, typename... _ArgTypes> struct
- std::_Maybe_unary_or_binary_function< _Res, _ArgTypes > Derives from unary_function or binary_function, or perhaps nothing, depending on the number of arguments provided. The primary template is the basis case, which derives nothing.
- Definition at line 514 of file tr1_impl/functional.
Author
- Generated automatically by Doxygen for libstdc++ from the source code.