The Wayback Machine - https://web.archive.org/web/20120114133151/http://en.cppreference.com:80/w/cpp/utility/bitset/size

std::bitset::size

From Cppreference

Jump to: navigation, search
size_t size() const;

Returns the number of bits that the bitset can hold.

[edit] Parameters

(none)

[edit] Return value

number of bits that the bitset can hold

[edit] See also

returns the number of bits set to true
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages