std__unary_function.3
来自「Free C++ Standard Library」· 3 代码 · 共 31 行
3
31 行
.TH std::unary_function 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::unary_function \- .SH SYNOPSIS.br.PPInherited by \fBstd::binder1st\fR, \fBstd::binder2nd\fR, \fBstd::logical_not\fR\fC [private]\fR, \fBstd::mem_fun_t\fR, \fBstd::negate\fR\fC [private]\fR, \fBstd::pointer_to_unary_function\fR, and \fBstd::unary_negate\fR\fC [private]\fR..PP.SS Public Members.in +1c.ti -1c.RI "typedef Arg \fBargument_type\fR".br.ti -1c.RI "typedef Result \fBresult_type\fR".br.in -1c.SH MEMBER TYPEDEF DOCUMENTATION.PP .SS template<class Arg, class Result> typedef Arg std::unary_function<Arg, Result>::argument_type.PP.SS template<class Arg, class Result> typedef Result std::unary_function<Arg, Result>::result_type.PP.SH AUTHOR.PP Generated automatically by Doxygen for FREE_C++_STANDARD_LIBRARY from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?