LeechCraft  0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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: