Searched defs:ExplicitThrow (Results 1 – 2 of 2) sorted by relevance
32 struct ExplicitThrow struct34 constexpr explicit ExplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ExplicitThrow() function
27 struct ExplicitThrow { struct