Static Public Member Functions | Static Public Attributes | List of all members
TestDataMakerBase Struct Reference
Inheritance diagram for TestDataMakerBase:
TestDataMakerClass< Cont > TestDataMakerClass< std::array< T, N > > TestDataMakerClass< std::unique_ptr< T[]> >

Static Public Member Functions

static constexpr std::size_t sourceSize ()
 

Static Public Attributes

static constexpr std::size_t Dim = 10U
 
static std::array< int, Dim > const sourceValues {{ 0, -1, -2, -3, -4, -5, -6, -7, -8, -9 }}
 

Detailed Description

Definition at line 33 of file MappedContainer_test.cc.

Member Function Documentation

static constexpr std::size_t TestDataMakerBase::sourceSize ( )
inlinestatic

Definition at line 36 of file MappedContainer_test.cc.

36 { return Dim; }
static constexpr std::size_t Dim

Member Data Documentation

constexpr std::size_t TestDataMakerBase::Dim = 10U
static

Definition at line 34 of file MappedContainer_test.cc.

std::array< int, TestDataMakerBase::Dim > const TestDataMakerBase::sourceValues {{ 0, -1, -2, -3, -4, -5, -6, -7, -8, -9 }}
static

Definition at line 35 of file MappedContainer_test.cc.


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