LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::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 LC::Util::IntSeq::ConcatS< Seq1, Seq2, Rest... >

Definition at line 36 of file intseq.h.

Member Typedef Documentation

◆ Type_t

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

Definition at line 38 of file intseq.h.


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