![]() |
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 RowIndex, auto ColumnIndex> | |
| constexpr auto | operator() (indexer_t< RowIndex >, indexer_t< ColumnIndex >) |
Static Public Attributes | |
| static constexpr T | Row = RowValue |
| static constexpr T | RowSize = RowValue |
| static constexpr T | Column = ColumnValue |
| static constexpr T | ColumnSize = ColumnValue |
Definition at line 2229 of file tpf_types.hpp.
| using tpf::types::indexer_2d_type< T, RowValue, ColumnValue >::type = T |
Definition at line 2231 of file tpf_types.hpp.
|
inlineconstexpr |
Definition at line 2242 of file tpf_types.hpp.
|
staticconstexpr |
Definition at line 2234 of file tpf_types.hpp.
|
staticconstexpr |
Definition at line 2235 of file tpf_types.hpp.
|
staticconstexpr |
Definition at line 2232 of file tpf_types.hpp.
|
staticconstexpr |
Definition at line 2233 of file tpf_types.hpp.