#include <cstddef>
#include <cstring>
#include <string>
#include <bits/functexcept.h>
#include <ostream>
#include <istream>
Include dependency graph for bitset:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
#include
this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file bitset.
|
Global bitwise operations on bitsets.
|
|
Global I/O operators for bitsets. Direct I/O between streams and bitsets is supported. Output is straightforward. Input will skip whitespace, only accept '0' and '1' characters, and will only extract as many digits as the bitset will hold. |
|
Global I/O operators for bitsets. Direct I/O between streams and bitsets is supported. Output is straightforward. Input will skip whitespace, only accept '0' and '1' characters, and will only extract as many digits as the bitset will hold. Definition at line 1190 of file bitset. References std::basic_string< CharT, Traits, Alloc >::empty(), std::basic_string< CharT, Traits, Alloc >::push_back(), std::basic_string< CharT, Traits, Alloc >::reserve(), std::basic_streambuf< CharT, Traits >::sbumpc(), and std::basic_streambuf< CharT, Traits >::sputbackc(). |
|
Global bitwise operations on bitsets.
|
|
Global bitwise operations on bitsets.
|