Searched defs:throw_operator_minus (Results 1 – 1 of 1) sorted by relevance
65 class throw_operator_minus { class76 throw_operator_minus() : it_() {} in throw_operator_minus() function in throw_operator_minus77 explicit throw_operator_minus(It it) : it_(it) {} in throw_operator_minus() function in throw_operator_minus114 friend difference_type operator-(throw_operator_minus, throw_operator_minus) { throw 42; }; in operator -() argument