stl:bitset:to_ulong From C++ Reference previous page next page 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 previous page start next page