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

Provides helper construct() function to allow easy construction of various collection types. More...

#include "comms/util/details/ConstructHelper.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 >
comms::util::construct (TIter from, TIter to)
 Construct collection objects given two range iterators.
 

Detailed Description

Provides helper construct() function to allow easy construction of various collection types.