JSON RPC
JSON-RPC 2.0 library for C++
|
Primary template for function traits. More...
#include <details.h>
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.
T | The function type. |
T | The functor type. |