Home | History | Annotate | Download | only in fmt

Lines Matching defs:Yes

1134 typedef char Yes[1];
1141 Yes &convert(fmt::ULongLong);
1165 enable_conversion = sizeof(fmt::internal::convert(get<T>())) == sizeof(Yes)