LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
LeechCraft::Util::IntSeq::ConcatS< Seq1, Seq2, Rest... > Struct Template Reference

#include "intseq.h"

Public Types

using Type_t = Concat< decltype(ConcatImpl(Seq1 {}, Seq2 {})), Rest... >
 

Detailed Description

template<typename Seq1, typename Seq2, typename... Rest>
struct LeechCraft::Util::IntSeq::ConcatS< Seq1, Seq2, Rest... >

Definition at line 57 of file intseq.h.

Member Typedef Documentation

◆ Type_t

template<typename Seq1 , typename Seq2 , typename... Rest>
using LeechCraft::Util::IntSeq::ConcatS< Seq1, Seq2, Rest... >::Type_t = Concat<decltype (ConcatImpl (Seq1 {}, Seq2 {})), Rest...>

Definition at line 59 of file intseq.h.


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