lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Static Public Attributes
lean::memory::check_alignment< Alignment > Struct Template Reference

Checks whether the given alignment is a valid power of two. More...

#include <alignment.h>

List of all members.

Static Public Attributes

static const bool valid = false
 Specifies whether the given alignment is a valid power of two.

Detailed Description

template<size_t Alignment>
struct lean::memory::check_alignment< Alignment >

Checks whether the given alignment is a valid power of two.


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