Audacity 3.2.0
|
#include <MemoryX.h>
Public Member Functions | |
void | Set (const T &other) |
Allow assignment from default-aligned base type. More... | |
void | Set (T &&other) |
Allow assignment from default-aligned base type. More... | |
Given a structure type T, derive a structure with sufficient padding so that there is not false sharing of cache lines between successive elements of an array of those structures.
|
inline |
|
inline |