Searched refs:WithStringViewConversionOperator (Results 1 – 1 of 1) sorted by relevance
131 struct WithStringViewConversionOperator { struct137 static_assert(std::is_constructible_v<std::string_view, WithStringViewConversionOperator>); // lval… argument138 static_assert(std::is_constructible_v<std::string_view, const WithStringViewConversionOperator&>); …139 static_assert(std::is_constructible_v<std::string_view, WithStringViewConversionOperator&&>); // rv…