The C++ Standard Library
- C++ Library - <valarray>
- C++ Library - <utility>
- C++ Library - <typeinfo>
- C++ Library - <tuple>
- C++ Library - <thread>
- C++ Library - <string>
- C++ Library - <stdexcept>
- C++ Library - <regex>
- C++ Library - <numeric>
- C++ Library - <new>
- C++ Library - <memory>
- C++ Library - <locale>
- C++ Library - <limits>
- C++ Library - <functional>
- C++ Library - <exception>
- C++ Library - <complex>
- C++ Library - <atomic>
- C++ Library - <streambuf>
- C++ Library - <sstream>
- C++ Library - <ostream>
- C++ Library - <istream>
- C++ Library - <iostream>
- C++ Library - <iosfwd>
- C++ Library - <ios>
- C++ Library - <iomanip>
- C++ Library - <fstream>
- C++ Library - Home
The C++ STL Library
- C++ Library - <iterator>
- C++ Library - <algorithm>
- C++ Library - <vector>
- C++ Library - <unordered_set>
- C++ Library - <unordered_map>
- C++ Library - <stack>
- C++ Library - <set>
- C++ Library - <queue>
- C++ Library - <map>
- C++ Library - <list>
- C++ Library - <forward_list>
- C++ Library - <deque>
- C++ Library - <bitset>
- C++ Library - <array>
C++ Programming Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
C++ Library - <utipty>
Introduction
It contains utipties in unrelated domains.
Pairs − these objects can hold two values of different types: pair, make_pair, piecewise_construct, piecewise_construct_t.
Generic relational operators − It is a standard definitions for the relational operators !=, >, <= and >= under a specific namespace: rel_ops.
Rvalue casts (C++11) − It allows the generation of rvalue references: forward, move, move_if_noexcept, declval.
Generic swap function − This a standard definition used by default by the components of the standard pbrary for all types that do not provide their own overload: swap.
Functions
Sr.No. | Function & description |
---|---|
1 | It exchanges values of two objects. |
2 | It constructs the pair objects. |
3 | It is a forward argument. |
4 | It moves as rvalue. |
5 | It moves if noexcept. |
6 | It is a declaration value. |
Constants
Sr.No. | Constant & description |
---|---|
1 | It is a piecewise construct constant. |
Namespaces
Sr.No. | Namespace & description |
---|---|
1 | It is a relational Operators. |