Template Struct Padded

Inheritance Relationships

Base Type

  • public T

Struct Documentation

template<class T, size_t BytesToPadAtEnd>
struct Padded : public T

pad a class with more bytes at the end.

Public Functions

inline Padded(T const &val)
inline Padded(T &&val)

Public Members

char ___c4padspace___[BytesToPadAtEnd]