Notice that this function template uses the template parameters to define the return type. Therefore, they are not implicitly deduced by the compiler.
Parameters
noneReturn value
String representing the bitset.Example
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
Output:
1111 |
See also
| bitset::to_ulong | Convert to unsigned long integer (public member function) |
| bitset::bitset | Construct bitset (public member function) |
