C++ Library Extensions 2022.12.09
To help learn modern C++ programming
cpg::types::range< Type > Struct Template Reference

#include <cpg_types.hpp>

Public Attributes

Type begin
 
union {
   Type   span
 
   Type   end
 
}; 
 

Detailed Description

template<typename Type>
struct cpg::types::range< Type >

Definition at line 880 of file cpg_types.hpp.

Member Data Documentation

◆ 

union { ... } cpg::types::range< Type >::@3

◆ begin

template<typename Type >
Type cpg::types::range< Type >::begin

Definition at line 882 of file cpg_types.hpp.

◆ end

template<typename Type >
Type cpg::types::range< Type >::end

Definition at line 886 of file cpg_types.hpp.

◆ span

template<typename Type >
Type cpg::types::range< Type >::span

Definition at line 886 of file cpg_types.hpp.


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