C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
caf::blocking_actor::receive_while_helper Struct Reference

Implementation helper for blocking_actor::receive_while. More...

#include <blocking_actor.hpp>

Public Types

using fun_type = std::function< bool()>
 

Public Member Functions

template<class... Ts>
void operator() (Ts &&... xs)
 

Public Attributes

blocking_actorself
 
fun_type stmt_
 

Detailed Description

Implementation helper for blocking_actor::receive_while.


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