Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Reflection::ExtendedStructTypeInfo< T > Struct Template Reference

Visit all struct members to gather sum of their sizes (helper for IsPacked). More...

#include <Reflection.h>

Public Member Functions

template<typename R , int N>
constexpr bool operator() (int memberTag, R T::*member, const char(&name)[N], size_t offset)
 

Public Attributes

size_t memberSizeSum = 0
 
bool IsPacked = false
 

Detailed Description

template<typename T>
struct SC::Reflection::ExtendedStructTypeInfo< T >

Visit all struct members to gather sum of their sizes (helper for IsPacked).


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