Skip to main content

TypedTupleCat Struct Template

Base specialization for a single tuple. More...

Declaration

template <typename... Ts> struct helios::engine::core::TypedTupleCat<std::tuple< Ts... >> { ... }

Public Member Typedefs Index

template <typename... Ts>
usingtype = std::tuple< Ts... >

Description

Base specialization for a single tuple.

Template Parameters
Ts

Element types of the tuple.

Definition at line 30 of file TypedTupleCat.ixx.

Public Member Typedefs

type

template <typename... Ts>
using helios::engine::core::TypedTupleCat< std::tuple< Ts... > >::type = std::tuple<Ts...>

Definition at line 31 of file TypedTupleCat.ixx.

31 using type = std::tuple<Ts...>;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.