Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
mp::ServerExcept< Exception, Accessor, Parent > Struct Template Reference

#include <proxy-types.h>

Inheritance diagram for mp::ServerExcept< Exception, Accessor, Parent >:
[legend]
Collaboration diagram for mp::ServerExcept< Exception, Accessor, Parent >:
[legend]

Public Member Functions

 ServerExcept (Parent parent)
template<typename ServerContext, typename... Args>
void invoke (ServerContext &server_context, TypeList<>, Args &&... args) const

Detailed Description

template<typename Exception, typename Accessor, typename Parent>
struct mp::ServerExcept< Exception, Accessor, Parent >

Definition at line 557 of file proxy-types.h.

Constructor & Destructor Documentation

◆ ServerExcept()

template<typename Exception, typename Accessor, typename Parent>
mp::ServerExcept< Exception, Accessor, Parent >::ServerExcept ( Parent parent)
inline

Definition at line 559 of file proxy-types.h.

Member Function Documentation

◆ invoke()

template<typename Exception, typename Accessor, typename Parent>
template<typename ServerContext, typename... Args>
void mp::ServerExcept< Exception, Accessor, Parent >::invoke ( ServerContext & server_context,
TypeList<> ,
Args &&... args ) const
inline

Definition at line 562 of file proxy-types.h.

Here is the call graph for this function:

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