COMMS
Template library intended to help with implementation of communication protocols.
comms::option::app::MsgFactoryTempl< TFactory > Struct Template Reference

#include "options.h"

Detailed Description

template<template< typename, typename, typename... > class TFactory>
struct comms::option::app::MsgFactoryTempl< TFactory >

Force usage of the provide message factory.

Similar to comms::option::app::MsgFactory, but the template parameter is template template class with the same template arguments as comms::MsgFactory>.

Template Parameters
TFactoryFactory template, expected to have the same template parameters and expose the same interface as comms::MsgFactory.

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