CppSerdes  1.0
A serialization/deserialization library designed with embedded systems in mind
serdes::custom_type< UnsupportedType > Struct Template Reference

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
 

Detailed Description

template<typename UnsupportedType>
struct serdes::custom_type< UnsupportedType >

wrapper construct used to let the user provide custom (de)serialization support for types without modifying the original type.

Examples
14_custom_types.cpp.

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