Searched defs:small_throws_on_copy (Results 1 – 4 of 4) 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() function289 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() argument293 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() 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
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() function286 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
232 struct small_throws_on_copy struct237 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument241 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() argument245 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument250 ~small_throws_on_copy() { in ~small_throws_on_copy() argument255 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument