rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::response_helper_t< Response > Struct Template Reference

generic helper, which helps to construct user-defined response payload More...

#include <request.hpp>

Public Types

using response_t = Response
 

Static Public Member Functions

template<typename... Args>
static Response construct (Args &&...args)
 constructs user defined response payload
 

Detailed Description

template<typename Response>
struct rotor::response_helper_t< Response >

generic helper, which helps to construct user-defined response payload

Member Typedef Documentation

◆ response_t

template<typename Response >
using rotor::response_helper_t< Response >::response_t = Response

original user-supplied response type


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