proxygen
folly::Unaligned< T, typename std::enable_if< std::is_pod< T >::value >::type > Struct Template Reference

#include <Bits.h>

Public Member Functions

 Unaligned ()=default
 
 Unaligned (T v)
 

Public Attributes

T value
 

Detailed Description

template<class T>
struct folly::Unaligned< T, typename std::enable_if< std::is_pod< T >::value >::type >

Representation of an unaligned value of a POD type.

Definition at line 287 of file Bits.h.

Constructor & Destructor Documentation

template<class T >
folly::Unaligned< T, typename std::enable_if< std::is_pod< T >::value >::type >::Unaligned ( )
default
template<class T >
folly::Unaligned< T, typename std::enable_if< std::is_pod< T >::value >::type >::Unaligned ( T  v)
inline

Member Data Documentation

template<class T >
T folly::Unaligned< T, typename std::enable_if< std::is_pod< T >::value >::type >::value

Definition at line 290 of file Bits.h.


The documentation for this struct was generated from the following file: