CARLA
List of all members
carla::rpc::detail::FunctionWrapper< R(C::*)(Args...)> Struct Template Reference

#include <Server.h>

+ Inheritance diagram for carla::rpc::detail::FunctionWrapper< R(C::*)(Args...)>:
+ Collaboration diagram for carla::rpc::detail::FunctionWrapper< R(C::*)(Args...)>:

Additional Inherited Members

- Static Public Member Functions inherited from carla::rpc::detail::FunctionWrapper< R(*)(Args...)>
template<typename FuncT >
static auto WrapAsyncCall (FuncT &&functor)
 Wraps functor into a function type with equivalent signature that handles the metadata sent by the client. More...
 
template<typename FuncT >
static auto WrapSyncCall (boost::asio::io_context &io, FuncT &&functor)
 Wraps functor into a function type with equivalent signature. More...
 

Detailed Description

template<typename C, typename R, typename... Args>
struct carla::rpc::detail::FunctionWrapper< R(C::*)(Args...)>

Definition at line 85 of file rpc/Server.h.


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