Template Struct SizeOf

Struct Documentation

template<typename T>
struct SizeOf

Key wrapper that uses sizeof(T).

Template Parameters:

T – Any complete type.

Public Types

using type = T

Public Static Attributes

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