C++20 std::popcount

GPTKB entity

Statements (17)
Predicate Object
gptkbp:instanceOf gptkb:software
gptkbp:category bit manipulation
gptkbp:definedIn <bit> header
https://www.w3.org/2000/01/rdf-schema#label C++20 std::popcount
gptkbp:introducedIn gptkb:C++20
gptkbp:isConstexpr true
gptkbp:isNoexcept true
gptkbp:namespace std
gptkbp:overloads std::popcount(unsigned int)
std::popcount(unsigned long long)
std::popcount(unsigned long)
gptkbp:relatedStandard [cppreference.com std::popcount](https://en.cppreference.com/w/cpp/numeric/popcount)
gptkbp:result number of 1-bits in the binary representation of the argument
gptkbp:returnType int
gptkbp:type unsigned integer
gptkbp:bfsParent gptkb:Bitcount
gptkbp:bfsLayer 7