Bitcoin Core 29.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
mp::ProxyCallFn< InvokeContext > Struct Template Reference

#include <type-function.h>

Collaboration diagram for mp::ProxyCallFn< InvokeContext >:
[legend]

Public Member Functions

template<typename... CallParams>
decltype(auto) operator() (CallParams &&... params)
 

Public Attributes

InvokeContext m_proxy
 

Detailed Description

template<typename InvokeContext>
struct mp::ProxyCallFn< InvokeContext >

Definition at line 42 of file type-function.h.

Member Function Documentation

◆ operator()()

template<typename InvokeContext >
template<typename... CallParams>
decltype(auto) mp::ProxyCallFn< InvokeContext >::operator() ( CallParams &&...  params)
inline

Definition at line 47 of file type-function.h.

Member Data Documentation

◆ m_proxy

template<typename InvokeContext >
InvokeContext mp::ProxyCallFn< InvokeContext >::m_proxy

Definition at line 44 of file type-function.h.


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