Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cVariantStub< _TYPE > Struct Template Reference

#include <cVariantData.h>

Public Attributes

BYTE m_data [sizeof(_TYPE)]
 

Detailed Description

template<class _TYPE>
struct GrayLib::cVariantStub< _TYPE >

A dumb data block of some arbitrary size. So we won't engage construct/destruct logic in union. union placeholder for the proper size of the dynamic element. (like arrays,blobs,etc)

Member Data Documentation

◆ m_data

template<class _TYPE >
BYTE GrayLib::cVariantStub< _TYPE >::m_data[sizeof(_TYPE)]

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