rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::handler_traits< lambda_holder_t< M, H > > Struct Template Reference

handler decomposer for lambda-based handler More...

#include <handler.h>

Static Public Attributes

static auto const constexpr has_valid_message = std::is_base_of_v<message_base_t, M>
 returns true if message is valid
 
static auto const constexpr is_actor = false
 not an actor handler
 
static auto const constexpr is_plugin = false
 not a plugin handler
 
static auto const constexpr is_lambda = true
 yes, it is lambda handler
 

Detailed Description

template<typename M, typename H>
struct rotor::handler_traits< lambda_holder_t< M, H > >

handler decomposer for lambda-based handler


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