Home
last modified time | relevance | path

Searched defs:ThrowingSentinel (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/
H A Dfrom_iterator_sentinel.pass.cpp54 struct ThrowingSentinel { struct
55 friend bool operator==(const CharT*, ThrowingSentinel) noexcept { return true; } in operator ==() argument
56 …friend std::iter_difference_t<const CharT*> operator-(const CharT*, ThrowingSentinel) noexcept { r… in operator -() argument
57 …friend std::iter_difference_t<const CharT*> operator-(ThrowingSentinel, const CharT*) { throw 42; } in operator -() argument