![]() |
CppSerdes
1.0
A serialization/deserialization library designed with embedded systems in mind
|
Defines sized_pointer, similar to std::array but with with size as a runtime constant. More...
#include <stdint.h>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | serdes::sized_pointer< T_array > |
Holds a pointer to an array (with its type information) with a constant size. More... | |
struct | serdes::sized_pointer< void > |
Holds a pointer to a void array (with type information stored as a runtime element size paramenter) with a constant size. More... | |
Namespaces | |
serdes | |
CppSerdes library namespace. | |
Defines sized_pointer, similar to std::array but with with size as a runtime constant.