HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
invoke_hpp::integer_sequence< T, Ints > Struct Template Reference

#include <invoke.hpp>

Public Types

using value_type = T
 

Static Public Member Functions

static constexpr std::size_t size () noexcept
 

Detailed Description

template<typename T, T... Ints>
struct invoke_hpp::integer_sequence< T, Ints >

Definition at line 46 of file invoke.hpp.

Member Typedef Documentation

template<typename T, T... Ints>
using invoke_hpp::integer_sequence< T, Ints >::value_type = T

Definition at line 47 of file invoke.hpp.

Member Function Documentation

template<typename T, T... Ints>
static constexpr std::size_t invoke_hpp::integer_sequence< T, Ints >::size ( void  )
inlinestaticnoexcept

Definition at line 48 of file invoke.hpp.


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