JSON RPC
JSON-RPC 2.0 library for C++
wwa::json_rpc::details::function_traits< T > Struct Template Reference

Primary template for function traits. More...

#include <details.h>

Detailed Description

template<typename T>
struct wwa::json_rpc::details::function_traits< T >

Primary template for function traits.

Specialization for functors (objects with operator()).

This template is specialized for various function types to extract the return type and argument types.

Template Parameters
TThe function type.
TThe functor type.

Definition at line 325 of file details.h.


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