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() argument289 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() 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
274 struct small_throws_on_copy struct282 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument285 explicit small_throws_on_copy(int, int val, int) : value(val) { in small_throws_on_copy() function288 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function292 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument297 ~small_throws_on_copy() { in ~small_throws_on_copy() argument302 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument
231 struct small_throws_on_copy struct236 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument240 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function244 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument249 ~small_throws_on_copy() { in ~small_throws_on_copy() argument254 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument