std__modulus.3
来自「Free C++ Standard Library」· 3 代码 · 共 32 行
3
32 行
.TH std::modulus 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::modulus \- .SH SYNOPSIS.br.PPInherits \fBstd::binary_function<T, T, T>\fR..PP.SS Public Members.in +1c.ti -1c.RI "T \fBoperator()\fR (const T &x, const T &y) const".br.in -1c.SH MEMBER FUNCTION DOCUMENTATION.PP .SS template<class T> T std::modulus<T>::operator() (const T & x, const T & y) const.PP.nf{.br return x % y;.br }.fi.SH AUTHOR.PP Generated automatically by Doxygen for FREE_C++_STANDARD_LIBRARY from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?