Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/
H A Dpstl.exception_handling.pass.cpp47 struct ThrowToken { struct
48 void activate() { active_ = true; } in activate()
49 void deactivate() { active_ = false; } in deactivate()
50 bool active() const { return active_; } in active()
53 bool active_{false};