Home
last modified time | relevance | path

Searched defs:small_throws_on_copy (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dany_helpers.h228 struct small_throws_on_copy struct
233 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument
237 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function
241 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument
246 ~small_throws_on_copy() { in ~small_throws_on_copy() argument
251 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument