Standard C++ Library User Guide and Tutorial
Manuals
Brands
HP Manuals
Server
HP NonStop G-Series
91
92
93
94
95
96
97
98
99
100
The member function to_string() converts a
bitset
into an object of type
string.
The string will
have as many characters as the bitset. Each zero bit will correspond to the character 0, while each
one bit will be represented by the character 1.
1
...
...
93
94
95
96
97
...
...
250