Searched defs:throws_on_move (Results 1 – 1 of 1) sorted by relevance
291 struct throws_on_move struct296 explicit throws_on_move(int val = 0) : value(val) { ++count; } in value() argument298 throws_on_move(throws_on_move const & other) { in throws_on_move() function303 throws_on_move(throws_on_move &&) { in throws_on_move() argument307 ~throws_on_move() { in ~throws_on_move() argument312 throws_on_move& operator=(throws_on_move &&) = delete; argument