logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::_Maybe_unary_or_binary_function< _Res, _ArgTypes >

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++                                        Tue Jul 1std::_Maybe_unary_or_b...tion<_Res,_ArgTypes>(3cxx)

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 53 of file refwrap.h.

Name

       std::_Maybe_unary_or_binary_function< _Res, _ArgTypes >

Synopsis

See Also