Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.cons/
H A Dfrom_range.pass.cpp131 struct WithStringViewConversionOperator { struct
137 static_assert(std::is_constructible_v<std::string_view, WithStringViewConversionOperator>); // lval… argument
138 static_assert(std::is_constructible_v<std::string_view, const WithStringViewConversionOperator&>); …
139 static_assert(std::is_constructible_v<std::string_view, WithStringViewConversionOperator&&>); // rv…