Searched refs:to_stringable (Results 1 – 2 of 2) sorted by relevance
66 struct to_stringable { struct67 friend fmt::string_view to_string_view(to_stringable) { return {}; } in to_string_view() argument71 template <> struct formatter<to_stringable> {76 auto format(to_stringable, format_context& ctx) const -> decltype(ctx.out()) { in format()84 auto s = to_stringable(); in TEST()
247 struct to_stringable { struct248 friend fmt::string_view to_string_view(to_stringable) { return {}; } in to_string_view() argument252 template <> struct formatter<to_stringable> {258 auto format(const to_stringable&, FormatContext& ctx) -> decltype(ctx.out()) { in format()265 fmt::format(FMT_COMPILE("{}"), to_stringable()); in TEST()