µSer
uSer::RawInfo< SWord_, wSize_ > Struct Template Reference

Attribute: Declares the serialization word explicitly. More...

#include <uSer.hh>

Public Types

using SWord = SWord_
 Alias for the passed serialization word.
 

Static Public Attributes

static constexpr Bit wSize = wSize_
 Width of the serialization word. Remaining bits will be ignored/set to zero.
 

Detailed Description

template<typename SWord_, Bit wSize_ = Helper::wordSize<SWord_>>
struct uSer::RawInfo< SWord_, wSize_ >

Attribute: Declares the serialization word explicitly.

This is useful when std::iterator_traits<RawIter>::value_type is not defined. Optionally, the size of the integer can be declared explicitly. Only valid in the template parameter list to uSer::serialize and uSer::deserialize .


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