.TH "std::plus< _Tp >" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::plus< _Tp > \- One of the \fBmath functors\fP\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBstd::binary_function< _Tp, _Tp, _Tp >\fP\&. .PP Inherited by __gnu_parallel::_Plus< _Tp, _Tp, _Tp >\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Tp \fBfirst_argument_type\fP" .br .RI "\fRfirst_argument_type\fP is the type of the first argument " .ti -1c .RI "\fBtypedef\fP _Tp \fBresult_type\fP" .br .RI "\fRresult_type\fP is the return type " .ti -1c .RI "\fBtypedef\fP _Tp \fBsecond_argument_type\fP" .br .RI "\fRsecond_argument_type\fP is the type of the second argument " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBconstexpr\fP _Tp \fBoperator()\fP (\fBconst\fP _Tp &__x, \fBconst\fP _Tp &\fB__y\fP) \fBconst\fP" .br .RI "Returns the sum\&. " .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::plus< _Tp >"One of the \fBmath functors\fP\&. .SH "Member Typedef Documentation" .PP .SS "\fBtypedef\fP _Tp \fBstd::binary_function\fP< _Tp , _Tp , _Tp >::first_argument_type\fR [inherited]\fP" .PP \fRfirst_argument_type\fP is the type of the first argument .SS "\fBtypedef\fP _Tp \fBstd::binary_function\fP< _Tp , _Tp , _Tp >::result_type\fR [inherited]\fP" .PP \fRresult_type\fP is the return type .SS "\fBtypedef\fP _Tp \fBstd::binary_function\fP< _Tp , _Tp , _Tp >::second_argument_type\fR [inherited]\fP" .PP \fRsecond_argument_type\fP is the type of the second argument .SH "Member Function Documentation" .PP .SS "template \fBconstexpr\fP _Tp \fBstd::plus\fP< _Tp >::operator() (\fBconst\fP _Tp & __x, \fBconst\fP _Tp & __y) const\fR [inline]\fP, \fR [constexpr]\fP" .PP Returns the sum\&. .PP References \fBstd::forward()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.