COMMS
Template library intended to help with implementation of communication protocols.
Loading...
Searching...
No Matches
Namespaces | Functions
assign.h File Reference

Provides helper assign() function to allow easy assignment of values to collections or views. More...

#include "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.
 

Detailed Description

Provides helper assign() function to allow easy assignment of values to collections or views.