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

#include "llvm/Support/MathExtras.h"

Static Public Member Functions

static unsigned count (T Value)
 

Detailed Description

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

Definition at line 486 of file MathExtras.h.

Member Function Documentation

◆ count()

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

Definition at line 487 of file MathExtras.h.


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