Searched defs:small_throws_on_copy (Results 1 – 2 of 2) sorted by relevance
275 struct small_throws_on_copy struct283 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument286 explicit small_throws_on_copy(int, int val, int) : value(val) { in small_throws_on_copy() argument289 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function293 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument298 ~small_throws_on_copy() { in ~small_throws_on_copy() argument303 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() argument251 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