Sourcemeta Core
0.0.0
Loading...
Searching...
No Matches
sourcemeta::core::json_auto_has_method_from Concept Reference
JSON
Concept definition
template
<
typename
T>
concept
json_auto_has_method_from
=
requires
(
const
JSON
&value) {
{ T::from_json(value) } -> std::same_as<std::optional<T>>;
}
sourcemeta::core::json_auto_has_method_from
Definition
json_auto.h:51
sourcemeta::core::JSON
Definition
json_value.h:39
sourcemeta
core
json_auto_has_method_from
Generated by
1.16.1