📄 intro.3
字号:
.\" t.\" This man page is released under the FDL as part of libstdc++-v3..TH C++Intro 3 "25 Febuary 2003" "GNU libstdc++-v3" "Standard C++ Library".SH NAMEC++Intro \- Introduction to the GNU libstdc++-v3 man pages.SH DESCRIPTIONThis man page serves as a brief introduction to the GNU implementation ofthe Standard C++ Library. For a better introduction and more completedocumentation, see the.B libstdc++-v3homepage listed at the end..PAll standard library entities are declared within.I namespace stdand have manual entries beginning with "std::". For example, to seedocumentation of the template class.I std::vectorone would use "man std::vector". Some entities do not have a separate manpage; for those see the main listing in "man Namespace_Std"..PAll the man pages are automatically generated by Doxygen. For moreinformation on this tool, see the HTML counterpart to these man pages..PSome man pages do not correspond to individual classes or functions. Ratherthey describe categories of the Standard Library. (For a more thoroughintroduction to the various categories, consult a text such as Josuttis'or Austern's.) These category pages are:.P.\" These are separated by ONE TAB. Nothing else. I don't like it either..\" Keep them alphabatized..TSlB l.Allocators Classes encapsulating memory allocation schemes.Arithmetic_functors Functors for basic math.Assoc_containers Key-based containers.Binder_functors Functors which "remember" an argument.Comparison_functors Functors wrapping built-in comparisons.Containers An introduction to container classes.Func_ptr_functors Functors for use with pointers to functions.C++Intro This page.Intro_functors An introduction to function objects, or functors.Iterator_types Programatically distinguishing iterators/pointers.Logical_functors Functors wrapping the Boolean operations.Member_ptr_functor Functors for use with pointers to members.Namespace_Std A listing of the contents of std::.Negation_functors Functors which negate their contents.SGIextensions A list of the extensions from the SGI STL subset.Sequences Linear containers..TE.PThe HTML documentation typically goes into much more depth..SH FILESLots!.SS Standard HeadersThese headers will be found automatically, unless you instruct the compilerotherwise..TSlB lB lB lB.<algorithm> <csignal> <iomanip> <ostream><bitset> <cstdarg> <ios> <queue><cassert> <cstddef> <iosfwd> <set><cctype> <cstdio> <iostream> <sstream><cerrno> <cstdlib> <istream> <stack><cfloat> <cstring> <iterator> <stdexcept><ciso>646 <ctime> <limits> <streambuf><climits> <cwchar> <list> <string><clocale> <cwctype> <locale> <utility><cmath> <deque> <map> <valarray><complex> <fstream> <memory> <vector><csetjmp> <functional> <numeric>.TE.SS Backwards-Compatibility HeadersFor GCC 3.0 these headers will be found automatically, unless you instructthe compiler otherwise. You should not depend on this, instead you shouldread FAQ 5.4 and use a.B backward/prefix..TSlB lB lB lB.<algo.h> <hash_map.h> <map.h> <slist.h><algobase.h> <hash_set.h> <multimap.h> <stack.h><alloc.h> <hashtable.h> <multiset.h> <stream.h><bvector.h> <heap.h> <new.h> <streambuf.h><complex.h> <iomanip.h> <ostream.h> <strstream><defalloc.h> <iostream.h> <pair.h> <strstream.h><deque.h> <istream.h> <queue.h> <tempbuf.h><fstream.h> <iterator.h> <rope.h> <tree.h><function.h> <list.h> <set.h> <vector.h>.TE.SS Extension HeadersThese headers will only be found automatically if you include the leading.B ext/in the name. Otherwise you need to read FAQ 5.4..\" Easy way to generate these columns of headers is to use GNU ls(1):.\" ls -w 40 file1 file2... | sed 's=[a-z_][a-z_]*=<ext/&>=g'.TSlB.<ext/algorithm> <ext/hash_set> <ext/numeric> <ext/slist><ext/functional> <ext/iterator> <ext/rb_tree><ext/hash_map> <ext/memory> <ext/rope>.TE.SS Libraries.TP.I libstdc++.aThe library implementation in static archive form. If you did not configurelibstdc++-v3 to use shared libraries, this will always be used. Otherwiseit will only be used if the user requests it..TP.I libsupc++.aThis library contains C++ language support routines. Usually you will neverneed to know about it, but it can be useful. See FAQ 2.5..TP.I libstdc++.so[.N]The library implementation in shared object form. This will be used inpreference to the static archive form by default. N will be a number equalto or greater than 3. If N is in the 2.x series, then you are looking atthe old libstdc++-v2 library, which we do not maintain..TP.I libstdc++.la.TP.I libsupc++.laThese are Libtool library files, and should only be used when working withthat tool..SH CONFORMING TOAlmost conforming to.BI "International Standard ISO/IEC 14882:1998(E), " "Programming Languages --- C++"(aka the C++ standard), in addition to corrections proposed by the LibraryWorking Group,.SM JTC1/SC22/WG21..SH SEE ALSO.URhttp://gcc.gnu.org/libstdc++/.UEfor the Frequently Asked Questions, online documentation, and much, much more!.\" vim:ts=8:noet:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -