|
proxygen
|
#include <Bits.h>
Public Member Functions | |
| Unaligned ()=default | |
| Unaligned (T v) | |
Public Attributes | |
| T | value |
Representation of an unaligned value of a POD type.
|
default |
|
inline |
Definition at line 289 of file Bits.h.
| T folly::Unaligned< T, typename std::enable_if< std::is_pod< T >::value >::type >::value |