Pigweed
C/C++ API Reference
|
Public Member Functions | |
NaturallyAligned (const T &t) | |
template<class U > | |
NaturallyAligned (const U &u) | |
NaturallyAligned & | operator= (T other) |
Ensures the object is naturally aligned to a power of 2 bytes greater than or equal to its size. NaturallyAligned
is a wrapper class.
Example: