proxygen
folly::detail::BitsTraits< T, Enable > Struct Template Reference

#include <Bits.h>

Detailed Description

template<class T, class Enable = void>
struct folly::detail::BitsTraits< T, Enable >

Helper class to make Bits<T> (below) work with both aligned values (T, where T is an unsigned integral type) or unaligned values (Unaligned<T>, where T is an unsigned integral type)

Definition at line 46 of file Bits.h.


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