Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/
H A Diterator_sentinel.pass.cpp65 class throw_operator_minus { class
76 throw_operator_minus() : it_() {} in throw_operator_minus() function in throw_operator_minus
77 explicit throw_operator_minus(It it) : it_(it) {} in throw_operator_minus() function in throw_operator_minus
114 friend difference_type operator-(throw_operator_minus, throw_operator_minus) { throw 42; }; in operator -() argument