![]() |
CppSerdes
1.0
A serialization/deserialization library designed with embedded systems in mind
|
wrapper construct used to let the user provide custom (de)serialization support for types without modifying the original type. More...
#include <bitcpy_common.h>
Public Member Functions | |
| void | has_no_override__DO_NOT_SPECIFY_THIS () |
Static Public Member Functions | |
| template<typename UnsupportedTypeSpecialized > | |
| static void | format (packet &pkt, UnsupportedTypeSpecialized &&item, size_t bits) |
Static Public Attributes | |
| static constexpr size_t | default_bits = 0 |
wrapper construct used to let the user provide custom (de)serialization support for types without modifying the original type.