Template Struct AlignOf

Struct Documentation

template<typename T>
struct AlignOf

Key wrapper that uses alignof(T).

Template Parameters:

T – Any complete type.

Public Types

using type = T

Public Static Attributes

static constexpr std::size_t size = alignof(T)