Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dincrement.pass.cpp23 class ThrowsOnInc class
37 explicit constexpr ThrowsOnInc(It it) : it_(it) {} in ThrowsOnInc() function in ThrowsOnInc