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>
!std::is_same_v<std::decay_t<T>, nlohmann::json> &&
!std::is_same_v<std::decay_t<T>, std::optional<nlohmann::json>>

Detailed Description

Definition at line 24 of file jsonrpc_traits.hpp.