C++ Library Extensions 2022.12.09
To help learn modern C++ programming
cpg::types::height_row_column_value< T, Height, Row, Column, Index > Struct Template Reference

#include <cpg_types.hpp>

Static Public Attributes

static constexpr T height = Height
 
static constexpr T row = Row
 
static constexpr T column = Column
 
static constexpr T value = Index
 
static constexpr T size = Height * Row * Column
 

Detailed Description

template<typename T, T Height, T Row, T Column, T Index>
struct cpg::types::height_row_column_value< T, Height, Row, Column, Index >

Definition at line 3698 of file cpg_types.hpp.

Member Data Documentation

◆ column

template<typename T , T Height, T Row, T Column, T Index>
constexpr T cpg::types::height_row_column_value< T, Height, Row, Column, Index >::column = Column
staticconstexpr

Definition at line 3702 of file cpg_types.hpp.

◆ height

template<typename T , T Height, T Row, T Column, T Index>
constexpr T cpg::types::height_row_column_value< T, Height, Row, Column, Index >::height = Height
staticconstexpr

Definition at line 3700 of file cpg_types.hpp.

◆ row

template<typename T , T Height, T Row, T Column, T Index>
constexpr T cpg::types::height_row_column_value< T, Height, Row, Column, Index >::row = Row
staticconstexpr

Definition at line 3701 of file cpg_types.hpp.

◆ size

template<typename T , T Height, T Row, T Column, T Index>
constexpr T cpg::types::height_row_column_value< T, Height, Row, Column, Index >::size = Height * Row * Column
staticconstexpr

Definition at line 3704 of file cpg_types.hpp.

◆ value

template<typename T , T Height, T Row, T Column, T Index>
constexpr T cpg::types::height_row_column_value< T, Height, Row, Column, Index >::value = Index
staticconstexpr

Definition at line 3703 of file cpg_types.hpp.


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