NDEVR
API Documentation
ShiftCount< t_value >

Compile-time helper that counts the number of trailing zero bits in a value, used for computing shift amounts when dividing by powers of two. More...

Inheritance diagram for ShiftCount< t_value >:
[legend]

Detailed Description

template<size_t t_value>
struct ShiftCount< t_value >

Compile-time helper that counts the number of trailing zero bits in a value, used for computing shift amounts when dividing by powers of two.


Definition at line 444 of file MemoryManager.h.


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