stl:bitset:to_ulong

C++ Reference

to_ulong

Syntax:

    #include <bitset>
    unsigned long to_ulong();

The function to_ulong() returns the bitset, converted into an unsigned long integer.

Related Topics: to_string