cppreference.com
>
C++ Bitsets
>
to_string
to_string
Syntax:
string to_string();
The to_string() function returns a string representation of the bitset.
Related topics:
to_ulong