Searched defs:large_throws_on_copy (Results 1 – 1 of 1) sorted by relevance
258 struct large_throws_on_copy struct263 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument268 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() function272 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument277 ~large_throws_on_copy() { in ~large_throws_on_copy() argument283 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument287 int large_throws_on_copy::count = 0; argument