CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::ConstructVectorImpl< std::array< T_T, T_n > > Struct Template Reference

#include <constructVector.hpp>

Public Types

using T = T_T
 See ConstructVectorImpl.
 

Static Public Member Functions

static std::array< T, nconstruct (size_t const size)
 Only asserts the argument for the correct size.
 

Static Public Attributes

static size_t constexpr n = T_n
 See ConstructVectorImpl.
 

Detailed Description

template<typename T_T, size_t T_n>
struct codi::ConstructVectorImpl< std::array< T_T, T_n > >

Specialization for std::array.

Template Parameters
T_TAny type.
T_nArray size.

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