⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 std__binder2nd.3

📁 Free C++ Standard Library
💻 3
字号:
.TH std::binder2nd 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::binder2nd \- .SH SYNOPSIS.br.PPInherits \fBstd::unary_function<typename Operation::first_argument_type,typename Operation::result_type>\fR..PP.SS Public Members.in +1c.ti -1c.RI "\fBbinder2nd\fR (const Operation& x, const typename Operation::second_argument_type& y)".br.ti -1c.RI "Operation::result_type \fBoperator()\fR (const typename Operation::argument_type& x) const".br.in -1c.SS Protected Members.in +1c.ti -1c.RI "Operation \fBop\fR".br.ti -1c.RI "Operation::second_argument_type \fBvalue\fR".br.in -1c.SH MEMBER FUNCTION DOCUMENTATION.PP .SS template<class Operation> std::binder2nd<Operation>::binder2nd<Operation> (const Operation & x, const typename Operation::second_argument_type & y).PP.nf: op(x), value(y).br                        {.br                        }.fi.SS template<class Operation> Operation::result_type std::binder2nd<Operation>::operator() (const typename Operation::argument_type & x) const.PP.nf{.br                                return op(x, value);.br                        }.fi.SH MEMBER DATA DOCUMENTATION.PP .SS template<class Operation> Operation std::binder2nd<Operation>::op\fC [protected]\fR.PP.SS template<class Operation> Operation::second_argument_type std::binder2nd<Operation>::value\fC [protected]\fR.PP.SH AUTHOR.PP Generated automatically by Doxygen for FREE_C++_STANDARD_LIBRARY from the source code.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -