CppSerdes  1.0
A serialization/deserialization library designed with embedded systems in mind
bitcpy_sized_pointer.h File Reference

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.
 

Detailed Description

Defines sized_pointer, similar to std::array but with with size as a runtime constant.

Author
Darren V Levine (Darre.nosp@m.nVLe.nosp@m.vine@.nosp@m.gmai.nosp@m.l.com)