Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Fixed-size maximum-aligned storage. More...
#include <aligned_storage.h>
Public Member Functions | |
const void * | memory () const |
Get storage memory. More... | |
void * | memory () |
Get storage memory. More... | |
Static Public Member Functions | |
static size_t | size () |
Get storage size. More... | |
Fixed-size maximum-aligned storage.
Definition at line 22 of file aligned_storage.h.
|
inline |
Get storage memory.
Definition at line 35 of file aligned_storage.h.
|
inline |
Get storage memory.
Definition at line 30 of file aligned_storage.h.
|
inlinestatic |
Get storage size.
Definition at line 25 of file aligned_storage.h.