Photon Common Library 2.0.0-beta
A physically based renderer.
|
Aligned version of std::array
. This type shares the same traits as std::array
. [class.mem] section 20 (https://timsong-cpp.github.io/cppwp/n3337/class.mem#20) supports that the alignment can pass through to the inherited std::array
as long as the derived type is also a standard-layout type.
More...
#include <memory.h>
Static Public Attributes | |
static constexpr std::size_t | ALIGNMENT = ALIGNMENT_IN_BYTES |
Aligned version of std::array
. This type shares the same traits as std::array
. [class.mem] section 20 (https://timsong-cpp.github.io/cppwp/n3337/class.mem#20) supports that the alignment can pass through to the inherited std::array
as long as the derived type is also a standard-layout type.
|
inlinestaticconstexpr |
The alignment (in bytes) of this array.