Searched refs:StringView (Results 1 – 2 of 2) sorted by relevance
28 template <std::derived_from<boost::urls::grammar::string_view_base> StringView>29 struct std::formatter<StringView>35 auto format(const StringView& msg, auto& ctx) const in format()55 template <std::derived_from<boost::core::string_view> StringView>56 struct std::formatter<StringView>62 auto format(const StringView& msg, auto& ctx) const in format()
245 TEST(PackBasics, StringView) in TEST() argument