Telnet++
A C++ library for interacting with Telnet streams
Public Types | Public Member Functions | List of all members
telnetpp::token_combiner Struct Reference

A combiner for tokens. More...

#include <element.hpp>

Public Types

using result_type = std::vector< token >
 

Public Member Functions

template<class InputIterator1 , class InputIterator2 >
std::vector< tokenoperator() (InputIterator1 begin, InputIterator2 end) const
 

Detailed Description

A combiner for tokens.

This can be used during signalling to combine the results of all of the signals.


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