Home
last modified time | relevance | path

Searched refs:DeletedConstConversionOperator (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.cpp86 struct DeletedConstConversionOperator { in test() struct
95 static_assert(std::is_constructible_v<std::string_view, DeletedConstConversionOperator>); in test()
96 static_assert(std::is_constructible_v<std::string_view, const DeletedConstConversionOperator>); in test()
106 DeletedConstConversionOperator dc; in test()