Maipa's Standard Library Extension 1.5.6
mstd
Loading...
Searching...
No Matches
mstd::types_holder< Ts > Struct Template Reference

#include <management_types.hpp>

Inheritance diagram for mstd::types_holder< Ts >:
[legend]
Collaboration diagram for mstd::types_holder< Ts >:
[legend]

Public Types

using as_tuple = std::tuple<Ts...>

Static Public Attributes

static _MSTD_CONSTEXPR17 const size_t types_num = sizeof...(Ts)

Member Typedef Documentation

◆ as_tuple

template<class... Ts>
using mstd::types_holder< Ts >::as_tuple = std::tuple<Ts...>

Member Data Documentation

◆ types_num

template<class... Ts>
_MSTD_CONSTEXPR17 const size_t mstd::types_holder< Ts >::types_num = sizeof...(Ts)
static