Searched defs:small_throws_on_copy (Results 1 – 2 of 2) sorted by relevance
272 struct small_throws_on_copy struct280 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument283 explicit small_throws_on_copy(int, int val, int) : value(val) { in small_throws_on_copy() argument286 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function290 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument295 ~small_throws_on_copy() { in ~small_throws_on_copy() argument300 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument
238 struct small_throws_on_copy struct243 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument247 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function251 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument256 ~small_throws_on_copy() { in ~small_throws_on_copy() argument261 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument