![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_types.hpp>
Public Types | |
using | type = T |
Public Member Functions | |
template<auto HeightIndex, auto RowIndex, auto ColumnIndex> | |
constexpr auto | operator() (indexer_t< HeightIndex >, indexer_t< RowIndex >, indexer_t< ColumnIndex >) |
Static Public Attributes | |
static constexpr T | Height = HeightValue |
static constexpr T | HeightSize = HeightValue |
static constexpr T | Row = RowValue |
static constexpr T | RowSize = RowValue |
static constexpr T | Column = ColumnValue |
static constexpr T | ColumnSize = ColumnValue |
Definition at line 2254 of file tpf_types.hpp.
using tpf::types::indexer_3d_type< T, HeightValue, RowValue, ColumnValue >::type = T |
Definition at line 2256 of file tpf_types.hpp.
|
inlineconstexpr |
Definition at line 2268 of file tpf_types.hpp.
|
staticconstexpr |
Definition at line 2261 of file tpf_types.hpp.
|
staticconstexpr |
Definition at line 2262 of file tpf_types.hpp.
|
staticconstexpr |
Definition at line 2257 of file tpf_types.hpp.
|
staticconstexpr |
Definition at line 2258 of file tpf_types.hpp.
|
staticconstexpr |
Definition at line 2259 of file tpf_types.hpp.
|
staticconstexpr |
Definition at line 2260 of file tpf_types.hpp.