JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
jsonrpc::endpoint::NotJsonLike Concept Reference
#include <
jsonrpc_traits.hpp
>
Concept definition
template
<
typename
T>
concept
jsonrpc::endpoint::NotJsonLike
=
!std::is_same_v<std::decay_t<T>, nlohmann::json> &&
!std::is_same_v<std::decay_t<T>, std::optional<nlohmann::json>>
jsonrpc::endpoint::NotJsonLike
Definition
jsonrpc_traits.hpp:24
Detailed Description
Definition at line
24
of file
jsonrpc_traits.hpp
.
jsonrpc
endpoint
NotJsonLike
Generated by
1.11.0