Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<int>
struct Geo::ZeroedPadding

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

Variables

NameDescription
Geo::u8 m_Padding[NumBytes]

The padding bytes.

Functions

NameDescription
ZeroedPadding()

Constructor which zeroes the padding bytes.


Anchor
a9237ee8f34076e79fa602bf9c5594380
a9237ee8f34076e79fa602bf9c5594380

Geo::ZeroedPadding< NumBytes >::ZeroedPadding

...

public: ZeroedPadding()

...

Constructor which zeroes the padding bytes.