dart
Public Types | Static Public Member Functions | List of all members
dart::common::signal::detail::DefaultCombiner< T > Struct Template Reference

DefaultCombiner – return the last result. More...

#include <ConnectionBody.hpp>

Public Types

typedef T result_type
 

Static Public Member Functions

template<typename InputIterator >
static T process (InputIterator first, InputIterator last)
 

Detailed Description

template<typename T>
struct dart::common::signal::detail::DefaultCombiner< T >

DefaultCombiner – return the last result.


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