vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
Public Types | Static Public Member Functions | List of all members
std14::integer_sequence< T, Ints > Struct Template Reference

#include <eval.h>

Public Types

typedef T value_type
 

Static Public Member Functions

static constexpr std::size_t size ()
 

Detailed Description

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

Definition at line 143 of file eval.h.

Member Typedef Documentation

◆ value_type

template<typename T , T... Ints>
typedef T std14::integer_sequence< T, Ints >::value_type

Definition at line 145 of file eval.h.

Member Function Documentation

◆ size()

template<typename T , T... Ints>
static constexpr std::size_t std14::integer_sequence< T, Ints >::size ( )
inlinestaticconstexpr

Definition at line 146 of file eval.h.


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