Sourcemeta Core
0.0.0
Loading...
Searching...
No Matches
sourcemeta::core::json_auto_has_method_to Concept Reference
JSON
Concept definition
template
<
typename
T>
concept
json_auto_has_method_to
=
requires
(
const
T value) {
{ value.to_json() } -> std::same_as<JSON>;
}
sourcemeta::core::json_auto_has_method_to
Definition
json_auto.h:57
sourcemeta
core
json_auto_has_method_to
Generated by
1.16.1