This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

template<int>
struct Geo::ZeroedPadding

Defines an N-byte block of padding which is zeroed on construction.

Variables

Name Description
Geo::u8 m_Padding[NumBytes]

The padding bytes.

Functions

Name Description
ZeroedPadding()

Constructor which zeroes the padding bytes.


Geo::ZeroedPadding< NumBytes >::ZeroedPadding


public: ZeroedPadding()


Constructor which zeroes the padding bytes.

  • No labels