LLVM  4.0.0
llvm::detail::ConstantLog2< N > Struct Template Reference

A tiny meta function to compute the log2 of a compile time constant. More...

#include <PointerLikeTypeTraits.h>

Inheritance diagram for llvm::detail::ConstantLog2< N >:
[legend]
Collaboration diagram for llvm::detail::ConstantLog2< N >:
[legend]

Detailed Description

template<size_t N>
struct llvm::detail::ConstantLog2< N >

A tiny meta function to compute the log2 of a compile time constant.

Definition at line 34 of file PointerLikeTypeTraits.h.


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