Searched refs:ThrowOnCopy (Results 1 – 1 of 1) sorted by relevance
41 class ThrowOnCopy { class43 ThrowOnCopy() : should_throw(false) {} in ThrowOnCopy() function in ThrowOnCopy44 explicit ThrowOnCopy(bool xshould_throw) : should_throw(xshould_throw) {} in ThrowOnCopy() function in ThrowOnCopy46 ThrowOnCopy(ThrowOnCopy const & other) in ThrowOnCopy() function in ThrowOnCopy179 std::vector<ThrowOnCopy> v(10); in test_insert_n2()184 v.insert(v.cbegin(), 5, ThrowOnCopy()); in test_insert_n2()