![]() |
![]()
| ![]() |
![]()
NAMEstd::bitset::size - std::bitset::size Synopsis std::size_t size() const; (until C++11)
Parameters(none) Return valuenumber of bits that the bitset holds, i.e. the template parameter N. Example// Run this code
Output:1024 See also count returns the number of bits set to true
|