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

#include <MathExtras.h>

Static Public Member Functions

static std::size_t count (T Val, ZeroBehavior)
 

Detailed Description

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

Definition at line 43 of file MathExtras.h.

Member Function Documentation

template<typename T, std::size_t SizeOfT>
static std::size_t llvm::detail::TrailingZerosCounter< T, SizeOfT >::count ( T  Val,
ZeroBehavior   
)
inlinestatic

Definition at line 44 of file MathExtras.h.


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