Template Struct Padded< T, 0 >

Inheritance Relationships

Base Type

  • public T

Struct Documentation

template<class T>
struct Padded<T, 0> : public T

When the padding argument is 0, we cannot declare the char[] array.

Public Functions

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