|
COMMS
Template library intended to help with implementation of communication protocols.
|
Provides helper assign() function to allow easy assignment of values to collections or views. More...
#include "comms/util/details/AssignHelper.h"Go to the source code of this file.
Namespaces | |
| namespace | comms |
| Main namespace for all classes / functions of COMMS library. | |
| namespace | comms::util |
| Namespace for various utility classes and/or functions used by COMMS library. | |
Functions | |
| template<typename T , typename TIter > | |
| void | comms::util::assign (T &obj, TIter from, TIter to) |
| Assigns a new value to provided object. | |
Provides helper assign() function to allow easy assignment of values to collections or views.