An Unaligned<T> variant whose loads and stores can have address sanitizer disabled on demand.
Declared in <folly/lang/BitsClass.h>
template<class T>
struct UnalignedNoASan
: Unaligned<T>
| Name | Description |
|---|---|
Unaligned<T> | Representation of an unaligned value of a POD type. |
| Name | Description |
|---|---|
operator T | Return the stored value. |