LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::detail::PopulationCounter< T, SizeOfT > Struct Template Reference

#include "llvm/ADT/bit.h"

Static Public Member Functions

static int count (T Value)
 

Detailed Description

template<typename T, std::size_t SizeOfT>
struct llvm::detail::PopulationCounter< T, SizeOfT >

Definition at line 351 of file bit.h.

Member Function Documentation

◆ count()

template<typename T , std::size_t SizeOfT>
static int llvm::detail::PopulationCounter< T, SizeOfT >::count ( T  Value)
inlinestatic

Definition at line 352 of file bit.h.


The documentation for this struct was generated from the following file: