Namespaces
Variants
Actions

std::bitset<N>::size

From cppreference.com
< cpp‎ | utility‎ | bitset
 
C++
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
 
std::bitset
std::size_t size() const;
(noexcept since C++11)
(constexpr since C++11)

Returns the number of bits that the bitset holds.

Contents

[edit] Parameters

(none)

[edit] Return value

number of bits that the bitset holds, i.e. the template parameter N.

[edit] Example

#include <bitset>
#include <iostream>
 
int main()
{
    std::cout << std::bitset<0x400>().size() << '\n';
}

Output:

1024

[edit] See also

returns the number of bits set to true
(public member function) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant