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

#include <cpg_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 cpg::types::indexer_type< T, Value >

Definition at line 916 of file cpg_types.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 918 of file cpg_types.hpp.

Member Data Documentation

◆ Index

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

Definition at line 919 of file cpg_types.hpp.

◆ Size

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

Definition at line 920 of file cpg_types.hpp.


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