CoDiPack  3.0.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>

Inheritance diagram for codi::ConstructVectorImpl< std::array< T_T, T_n > >:

Public Types

using T = T_T
 See ConstructVectorImpl.
 
using V
 See ConstructVectorImpl.
 

Static Public Member Functions

static V construct (size_t const size)
 Default implementation assumes that there is a constructor that takes the vector size as its single argument.
 
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: