|
BitStream
|
A trait used to serialize a boolean as a single bit. More...
#include <bool_trait.h>
Static Public Member Functions | |
| template<typename Stream > | |
| static utility::is_writing_t< Stream > | serialize (Stream &writer, in< bool > value) noexcept |
| template<typename Stream > | |
| static utility::is_reading_t< Stream > | serialize (Stream &reader, out< bool > value) noexcept |
A trait used to serialize a boolean as a single bit.
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |