CppSerdes  1.0
A serialization/deserialization library designed with embedded systems in mind
serdes::number_of_bytes Struct Reference

explict type for representing the number of bytes to iterate over (since it's easy to mess up the iterator inputs otherwise) More...

#include <serdes_byte_iterator.h>

Public Member Functions

 number_of_bytes (size_t val)
 

Public Attributes

size_t value = 0u
 

Detailed Description

explict type for representing the number of bytes to iterate over (since it's easy to mess up the iterator inputs otherwise)


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