BitStream
enum_trait.h File Reference

Go to the source code of this file.

Classes

struct  bitstream::serialize_traits< T, typename std::enable_if_t< std::is_enum_v< T > > >
 A trait used to serialize an enum type with runtime bounds. More...
 
struct  bitstream::serialize_traits< bounded_enum< T, Min, Max >, typename std::enable_if_t< std::is_enum_v< T > > >
 A trait used to serialize an enum type with compiletime bounds. More...
 

Namespaces

 bitstream