JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
jsonrpc::endpoint::FromJson Concept Reference
#include <
jsonrpc_traits.hpp
>
Concept definition
template
<
typename
T>
concept
jsonrpc::endpoint::FromJson
=
requires
(nlohmann::json j) {
{ j.get<T>() } -> std::same_as<T>;
}
jsonrpc::endpoint::FromJson
Definition
jsonrpc_traits.hpp:11
Detailed Description
Definition at line
11
of file
jsonrpc_traits.hpp
.
jsonrpc
endpoint
FromJson
Generated by
1.11.0