Searched defs:small_throws_on_copy (Results 1 – 1 of 1) sorted by relevance
228 struct small_throws_on_copy struct233 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument237 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function241 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument246 ~small_throws_on_copy() { in ~small_throws_on_copy() argument251 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument