|
emlabcpp
modern opinionated embedded C++ library
|
#include <serializer.h>
Public Types | |
| using | size_type = bounded< std::size_t, max_size, max_size > |
Static Public Member Functions | |
| static constexpr void | serialize_at (std::span< std::byte, max_size > const buffer, bool const v) |
| static constexpr bool | deserialize (std::span< std::byte const, max_size > const &buffer) |
Static Public Attributes | |
| static constexpr std::size_t | max_size = sizeof( bool ) |
| using emlabcpp::protocol::serializer< bool, Endianess >::size_type = bounded< std::size_t, max_size, max_size > |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
staticconstexpr |