struct Geo ZeroedPadding

This is the documentation for Enlighten.

struct Geo ZeroedPadding

template<int>
struct Geo::ZeroedPadding

 

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

Variables

Name

Description

Name

Description

Geo::u8 m_Padding[NumBytes]

The padding bytes.

Functions

Name

Description

Name

Description

ZeroedPadding()

Constructor which zeroes the padding bytes.



Geo::ZeroedPadding< NumBytes >::ZeroedPadding


public: ZeroedPadding()


Constructor which zeroes the padding bytes.