userver: utils::hedging::RequestTraits< RequestStrategy > Struct Template Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
utils::hedging::RequestTraits< RequestStrategy > Struct Template Reference

Detailed Description

template<typename RequestStrategy>
struct utils::hedging::RequestTraits< RequestStrategy >

Definition at line 80 of file hedged_request.hpp.

Public Types

using RequestType
 
using ReplyType
 

Member Typedef Documentation

◆ ReplyType

Initial value:
typename std::invoke_result_t<decltype(&RequestStrategy::ExtractReply),
RequestStrategy>::value_type

Definition at line 84 of file hedged_request.hpp.

◆ RequestType

Initial value:
typename std::invoke_result_t<decltype(&RequestStrategy::Create),
RequestStrategy, int>::value_type

Definition at line 81 of file hedged_request.hpp.


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