|
bitset::sizepublic member function
size_t size() const; Return size Returns the number of bits in the bitset.ParametersnoneReturn ValueThe number of bits in the bitset. This is the template parameter N.size_t is an unsigned integral type. Example
Output:
See also
|