Sourcemeta Core 0.0.0
Loading...
Searching...
No Matches
sourcemeta::core::json_auto_has_method_to Concept Reference

Concept definition

template<typename T>
concept json_auto_has_method_to = requires(const T value) {
{ value.to_json() } -> std::same_as<JSON>;
}