std::bitset::to_ullong (3) Linux Manual Page
std::bitset<N>::to_ullong – std::bitset<N>::to_ullong Synopsis unsigned long long to_ullong() const (since C++11) Converts the contents of the bitset to an unsigned long long integer. The first bit of the bitset corresponds to the least significant digit of the number and the last bit corresponds to the most significant digit. Parameters (none) Return value the converted integer…
