Async 1.8.0
Async::TcpConnection::if_all_true_acc Struct Reference

A sigc return value accumulator for signals returning bool. More...

#include <AsyncTcpConnection.h>

Public Types

typedef int result_type
 

Public Member Functions

template<class I >
result_type operator() (I first, I last)
 

Detailed Description

A sigc return value accumulator for signals returning bool.

This sigc accumulator will return true if all connected slots return true.

Definition at line 161 of file AsyncTcpConnection.h.

Member Typedef Documentation

◆ result_type

Member Function Documentation

◆ operator()()

template<class I >
result_type Async::TcpConnection::if_all_true_acc::operator() ( I first,
I last )
inline

Definition at line 165 of file AsyncTcpConnection.h.


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