Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/
H A Dfrom_range.pass.cpp84 struct DeletedConstConversionOperator { in test() struct
93 static_assert(std::is_constructible_v<std::string_view, DeletedConstConversionOperator>); in test()
94 static_assert(std::is_constructible_v<std::string_view, const DeletedConstConversionOperator>); in test()
104 DeletedConstConversionOperator dc; in test()