Searched refs:small_throws_on_copy (Results 1 – 5 of 5) sorted by relevance
228 struct small_throws_on_copy struct233 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument237 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function241 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument246 ~small_throws_on_copy() { in ~small_throws_on_copy() argument250 small_throws_on_copy& operator=(small_throws_on_copy const&) = delete;251 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument254 int small_throws_on_copy::count = 0;
98 test_copy_throws<small_throws_on_copy>(); in main()
113 test_copy_value_throws<small_throws_on_copy>(); in main()
174 test_assign_throws<small_throws_on_copy>(); in main()
195 test_copy_assign_throws<small_throws_on_copy>(); in main()