algorithm.3C++std.html: Title = algorithm(3C++std) Name = algorithm - defines numerous templates that implement useful algorithms (standard template library) bitset.3C++std.html: Title = bitset(3C++std) Name = bitset - defines a template class that administers sets of bits complex.3C++std.html: Title = complex(3C++std) Name = complex - defines a template class that supports complex arithmetic deque.3C++std.html: Title = deque(3C++std) Name = deque - defines a template class that implements a deque container (standard template library) exception.3C++std.html: Title = exception(3C++std) Name = exception - defines several functions that control exception handling fstream.3C++std.html: Title = fstream(3C++std) Name = fstream - defines several iostreams template classes that manipulate exteral files functional.3C++std.html: Title = functional(3C++std) Name = functional - defines several templates that help construct predicates for the templates defined in <algorithm> and <numeric> (standard template library) hash_map.3C++std.html: Title = hash_map(3C++std) Name = hash_map - defines template classes that implement hashed associative containers that map keys to values (standard template library) hash_set.3C++std.html: Title = hash_set(3C++std) Name = hash_set - defines template classes that implement hashed associative containers (standard template library) iomanip.3C++std.html: Title = iomanip(3C++std) Name = iomanip - defines several iostreams manipulators that take an argument ios.3C++std.html: Title = ios(3C++std) Name = ios - defines the template class that serves as the base for many iostreams classes iosfwd.3C++std.html: Title = iosfwd(3C++std) Name = iosfwd - defines several iostreams template classes before they are necessarily defined iostream.3C++std.html: Title = iostream(3C++std) Name = iostream - defines the iostreams objects that manipulate the standard streams istream.3C++std.html: Title = istream(3C++std) Name = istream - defines the template class that performs extractions iterator.3C++std.html: Title = iterator(3C++std) Name = iterator - defines several templates that help define and manipulate iterators (standard template library) limits.3C++std.html: Title = limits(3C++std) Name = limits - used for testing numeric type properties list.3C++std.html: Title = list(3C++std) Name = list - defines a template class that implements a list container (standard template library) locale.3C++std.html: Title = locale(3C++std) Name = locale - defines several classes and templates that control locale-specific behavior, as in the iostreams classes map.3C++std.html: Title = map(3C++std) Name = map - defines template classes that implement associative containers that map keys to values (standard template library) memory.3C++std.html: Title = memory(3C++std) Name = memory - defines several templates that allocate and free storage for various container classes (standard template library) new.3C++std.html: Title = new(3C++std) Name = new - declares several functions that allocate and free storage numeric.3C++std.html: Title = numeric(3C++std) Name = numeric - defines several templates that implement useful numeric functions (standard template library) ostream.3C++std.html: Title = ostream(3C++std) Name = ostream - defines the template class that performs insertions queue.3C++std.html: Title = queue(3C++std) Name = queue - defines a template class that implements a queue container (standard template library) set.3C++std.html: Title = set(3C++std) Name = set - defines template classes that implement associative containers (standard template library) sstream.3C++std.html: Title = sstream(3C++std) Name = sstream - defines several iostreams template classes that manipulate string containers stack.3C++std.html: Title = stack(3C++std) Name = stack - defines a template class that implements a stack container (standard template library) stdexcept.3C++std.html: Title = stdexcept(3C++std) Name = stdexcept - defines several classes useful for reporting exceptions streambuf.3C++std.html: Title = streambuf(3C++std) Name = streambuf - defines template classes that buffer iostreams operations string.3C++std.html: Title = string(3C++std) Name = string - defines a template class that implements a string container strstream.3C++std.html: Title = strstream(3C++std) Name = strstream - defines several iostreams classes that manipulate in-memory character sequences typeinfo.3C++std.html: Title = typeinfo(3C++std) Name = typeinfo - defines class type_info, the result of the typeid operator utility.3C++std.html: Title = utility(3C++std) Name = utility - defines several templates of general utility (standard template library) valarray.3C++std.html: Title = valarray(3C++std) Name = valarray - defines several classes and template classes that support value-oriented arrays vector.3C++std.html: Title = vector(3C++std) Name = vector - defines a template class that implements a vector container (standard template library)