std::bitset<N>::count
From cppreference.com
Template:cpp/utility/bitset/sidebar Template:ddcl list begin <tr class="t-dcl ">
<td class="t-dcl-nopad">size_t count() const;
</td>
<td class="t-dcl-nopad"> </td> <td class="t-dcl-nopad"> </td> </tr> Template:ddcl list end
Returns the number of bits that are set to Template:cpp.
Template:params Template:param none
Template:returns number of bits that are set to Template:cpp.
returns the number of bits that the bitset holds (public member function) |