|
Zero
0.1.0
|
constructs a blob of N bytes. More...
#include <w_defines.h>
Public Member Functions | |
| operator void * () | |
Private Attributes | |
| char | _buf [N+__alignof__(double)] |
constructs a blob of N bytes.
When instantiated on the stack, allocates enough bytes on the stack to hold an object of size N, aligned. Specialize this to handle arbitrary sizes (sizeof(a)+sizeof(b), etc).
|
inline |
|
private |
1.8.12