C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::types::indexer_type< T, Value > Struct Template Reference

#include <tpf_types.hpp>

Public Types

using type = T
 

Static Public Attributes

static constexpr T Index = Value
 
static constexpr T Size = Value
 

Detailed Description

template<typename T, T Value>
struct tpf::types::indexer_type< T, Value >

Definition at line 2218 of file tpf_types.hpp.

Member Typedef Documentation

◆ type

template<typename T , T Value>
using tpf::types::indexer_type< T, Value >::type = T

Definition at line 2220 of file tpf_types.hpp.

Member Data Documentation

◆ Index

template<typename T , T Value>
constexpr T tpf::types::indexer_type< T, Value >::Index = Value
staticconstexpr

Definition at line 2221 of file tpf_types.hpp.

◆ Size

template<typename T , T Value>
constexpr T tpf::types::indexer_type< T, Value >::Size = Value
staticconstexpr

Definition at line 2222 of file tpf_types.hpp.


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