![]() |
LeechCraft 0.6.70-17769-g4e68d7fcba
Modular cross-platform feature rich live environment.
|
#include "intseq.h"
Public Types | |
| using | Type_t = decltype (RepeatImpl (std::make_integer_sequence<T, C> {})) |
Static Public Member Functions | |
| template<T... Is> | |
| static auto | RepeatImpl (std::integer_sequence< T, Is... >) |
| using LC::Util::IntSeq::RepeatS< T, E, C >::Type_t = decltype (RepeatImpl (std::make_integer_sequence<T, C> {})) |
|
inlinestatic |