Template Struct Size

Struct Documentation

template<typename T>
struct Size

Key wrapper that forwards T::size.

Template Parameters:

T – Any type that has static constexpr std::size_t size.

Public Types

using type = T

Public Static Attributes

static constexpr std::size_t size = T::size