![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include <utility>
Include dependency graph for intseq.h:Go to the source code of this file.
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... >) |