Searched defs:throws_on_move (Results 1 – 2 of 2) sorted by relevance
351 struct throws_on_move struct359 explicit throws_on_move(int val = 0) : value(val) { ++count; } in value() argument360 explicit throws_on_move(int, int val, int) : value(val) { ++count; } in throws_on_move() argument361 throws_on_move(throws_on_move const & other) { in throws_on_move() function366 throws_on_move(throws_on_move &&) { in throws_on_move() argument370 ~throws_on_move() { in ~throws_on_move() argument375 throws_on_move& operator=(throws_on_move &&) = delete; argument
299 struct throws_on_move struct304 explicit throws_on_move(int val = 0) : value(val) { ++count; } in value() argument306 throws_on_move(throws_on_move const & other) { in throws_on_move() argument311 throws_on_move(throws_on_move &&) { in throws_on_move() argument315 ~throws_on_move() { in ~throws_on_move() argument320 throws_on_move& operator=(throws_on_move &&) = delete; argument