cpp-reflect
C++ Reflection and Annotations Library
Loading...
Searching...
No Matches
representation< Type, Offset > Struct Template Reference
module reflect

Public Attributes

unsigned char offset_ [Offset]
 
Type value
 

Detailed Description

template<typename Type, std::size_t Offset>
struct representation< Type, Offset >

Definition at line 19 of file accessors.cppm.

Member Data Documentation

◆ offset_

template<typename Type, std::size_t Offset>
unsigned char representation< Type, Offset >::offset_[Offset]

Definition at line 20 of file accessors.cppm.

◆ value

template<typename Type, std::size_t Offset>
Type representation< Type, Offset >::value

Definition at line 21 of file accessors.cppm.


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