Write an unaligned value of type T.
Declared in <folly/lang/Bits.h>
template<
class T,
class...,
class V>
void
storeUnaligned(
void* p,
V value);
| Name | Description |
|---|---|
| p | Pointer to the destination bytes. |
| value | The value to write; its type must match the type parameter T. |