COMMS
Template library intended to help with implementation of communication protocols.
|
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 > | |
T | comms::util::construct (TIter from, TIter to) |
Construct collection objects given two range iterators. | |
Provides helper construct() function to allow easy construction of various collection types.