Searched defs:large_throws_on_copy (Results 1 – 2 of 2) sorted by relevance
310 struct large_throws_on_copy struct318 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument322 explicit large_throws_on_copy(int, int val, int) : value(val) { in large_throws_on_copy() function326 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() function330 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument335 ~large_throws_on_copy() { in ~large_throws_on_copy() argument341 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument345 int large_throws_on_copy::count = 0; argument
268 struct large_throws_on_copy struct273 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument278 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() argument282 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument287 ~large_throws_on_copy() { in ~large_throws_on_copy() argument293 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument297 int large_throws_on_copy::count = 0; argument