Home
last modified time | relevance | path

Searched refs:convertible_to_pointer_formattable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/fmtlib/test/
H A Dbase-test.cc605 struct convertible_to_pointer_formattable { struct
610 template <> struct formatter<convertible_to_pointer_formattable> { argument
615 auto format(convertible_to_pointer_formattable, format_context& ctx) const in format()
653 const auto f = convertible_to_pointer_formattable(); in TEST()