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::_Mu< _Arg, _IsBindExp, _IsPlaceholder >

Author

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

                                                    libstdc++ std::_Mu<_Arg,_IsBindExp,_IsPlaceholder>(3cxx)

Detailed Description

template<typename_Arg,bool_IsBindExp=is_bind_expression<_Arg>::value,bool_IsPlaceholder=(is_placeholder<_Arg>::value>0)>
       class std::_Mu< _Arg, _IsBindExp, _IsPlaceholder >"Maps an argument to bind() into an actual argument to
       the bound function object [func.bind.bind]/10. Only the first parameter should be specified: the rest are
       used to determine among the various implementations. Note that, although this class is a function object,
       it isn't entirely normal because it takes only two parameters regardless of the number of parameters
       passed to the bind expression. The first parameter is the bound argument and the second parameter is a
       tuple containing references to the rest of the arguments.

Name

       std::_Mu< _Arg, _IsBindExp, _IsPlaceholder >

Synopsis

See Also