proxygen
folly::padded::Node< T, NS, typename detail::NodeValid< T, NS >::type >::Storage Union Reference

Public Attributes

unsigned char bytes [NS]
 
T data [kElementCount]
 

Detailed Description

template<class T, size_t NS>
union folly::padded::Node< T, NS, typename detail::NodeValid< T, NS >::type >::Storage

Definition at line 136 of file Padded.h.

Member Data Documentation

template<class T , size_t NS>
unsigned char folly::padded::Node< T, NS, typename detail::NodeValid< T, NS >::type >::Storage::bytes[NS]

Definition at line 137 of file Padded.h.

template<class T , size_t NS>
T folly::padded::Node< T, NS, typename detail::NodeValid< T, NS >::type >::Storage::data[kElementCount]

Definition at line 138 of file Padded.h.


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