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
intseq.h File Reference
#include <utility>
+ Include dependency graph for intseq.h:

Go to the source code of this file.

Classes

struct  LeechCraft::Util::IntSeq::ConcatS< Seqs >
 
struct  LeechCraft::Util::IntSeq::ConcatS< Seq >
 
struct  LeechCraft::Util::IntSeq::ConcatS< Seq1, Seq2, Rest...>
 
struct  LeechCraft::Util::IntSeq::RepeatS< T, E, C >
 

Namespaces

 LeechCraft
 
 LeechCraft::Util
 
 LeechCraft::Util::IntSeq
 

Typedefs

template<typename... Seqs>
using LeechCraft::Util::IntSeq::Concat = typename ConcatS< Seqs...>::Type_t
 
template<typename T , T E, size_t C>
using LeechCraft::Util::IntSeq::Repeat = typename RepeatS< T, E, C >::Type_t
 

Functions

template<typename T , T... Fst, T... Snd>
std::integer_sequence< T,
Fst..., Snd...> 
LeechCraft::Util::IntSeq::ConcatImpl (std::integer_sequence< T, Fst...>, std::integer_sequence< T, Snd...>)