Sourcemeta Core
0.0.0
Loading...
Searching...
No Matches
sourcemeta::core::json_auto_tuple_mono Concept Reference
JSON
Concept definition
template
<
typename
T>
concept
json_auto_tuple_mono
=
requires
{
typename
std::tuple_size<std::remove_cvref_t<T>>::type;
} && (std::tuple_size_v<std::remove_cvref_t<T>> == 1)
sourcemeta::core::json_auto_tuple_mono
Definition
json_auto.h:116
sourcemeta
core
json_auto_tuple_mono
Generated by
1.16.1