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::RepeatS< T, E, C > Struct Template Reference

#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...>)
 

Detailed Description

template<typename T, T E, size_t C>
struct LeechCraft::Util::IntSeq::RepeatS< T, E, C >

Definition at line 63 of file intseq.h.

Member Typedef Documentation

template<typename T, T E, size_t C>
using LeechCraft::Util::IntSeq::RepeatS< T, E, C >::Type_t = decltype (RepeatImpl (std::make_integer_sequence<T, C> {}))

Definition at line 71 of file intseq.h.

Member Function Documentation

template<typename T, T E, size_t C>
template<T... Is>
static auto LeechCraft::Util::IntSeq::RepeatS< T, E, C >::RepeatImpl ( std::integer_sequence< T, Is...>  )
inlinestatic

Definition at line 66 of file intseq.h.


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