COMMS
Template library intended to help with implementation of communication protocols.
comms::option::def::ExistsBetweenVersions< TFrom, TUntil > Struct Template Reference

#include "comms/options.h"

Detailed Description

template<std::uintmax_t TFrom, std::uintmax_t TUntil>
struct comms::option::def::ExistsBetweenVersions< TFrom, TUntil >

Mark an comms::field::Optional field as existing between specified versions.

Template Parameters
TFromFirst version when field has been added
TUntilLast version when field still hasn't been removed.
Precondition
TFrom <= TUntil

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