Bitcoin Core 28.99.0
P2P Digital Currency
Classes | Functions
bitset_detail Namespace Reference

Classes

class  IntBitSet
 A bitset implementation backed by a single integer of type I. More...
 
class  MultiIntBitSet
 A bitset implementation backed by N integers of type I. More...
 

Functions

template<typename I >
unsigned constexpr PopCount (I v)
 Count the number of bits set in an unsigned integer type. More...
 

Function Documentation

◆ PopCount()

template<typename I >
unsigned constexpr bitset_detail::PopCount ( v)
inlineconstexpr

Count the number of bits set in an unsigned integer type.

Definition at line 38 of file bitset.h.

Here is the caller graph for this function: