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

📄 utility.3

📁 Free C++ Standard Library
💻 3
字号:
.TH utility 3 "14 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEutility \- This header file contains some basic template functions and classes that are used throughout the rest of the library. .SH SYNOPSIS.br.PP.SS Namespaces.in +1c.ti -1c.RI "namespace \fBstd\fR".br.ti -1c.RI "namespace \fBstd::rel_ops\fR".br.in -1c.SS Compounds.in +1c.ti -1c.RI "struct \fBstd::pair\fR".br.in -1c.SH DETAILED DESCRIPTION.PP This header file contains some basic template functions and classes that are used throughout the rest of the library..PPHeader <utility> synopsis.PPnamespace \fBstd\fR { namespace rel_ops {template<class T> bool operator!=(const T &,const T &); template<class T> bool operator>(const T &,const T &); template<class T> bool operator<=(const T &,const T &); template<class T> bool operator>=(const T &,const T &); }.PPtemplate <class T1, class T2> struct pair;.PPtemplate <class T1, class T2> bool operator==(const pair<T1,T2>&, const pair<T1,T2>&);.PPtemplate <class T1, class T2> bool operator< (const pair<T1,T2>&, const pair<T1,T2>&);.PPtemplate <class T1, class T2> bool operator!=(const pair<T1,T2>&, const pair<T1,T2>&);.PPtemplate <class T1, class T2> bool operator> (const pair<T1,T2>&, const pair<T1,T2>&);.PPtemplate <class T1, class T2> bool operator>=(const pair<T1,T2>&, const pair<T1,T2>&);.PPtemplate <class T1, class T2> bool operator<=(const pair<T1,T2>&, const pair<T1,T2>&);.PPtemplate <class T1, class T2> pair<T1,T2> make_pair(const T1&, const T2&); .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 + -