Searched defs:throws_on_move (Results 1 – 5 of 5) sorted by relevance
354 struct throws_on_move struct362 explicit throws_on_move(int val = 0) : value(val) { ++count; } in value() argument363 explicit throws_on_move(int, int val, int) : value(val) { ++count; } in throws_on_move() argument364 throws_on_move(throws_on_move const & other) { in throws_on_move() function369 throws_on_move(throws_on_move &&) { in throws_on_move() argument373 ~throws_on_move() { in ~throws_on_move() argument378 throws_on_move& operator=(throws_on_move &&) = delete; argument
301 struct throws_on_move struct306 explicit throws_on_move(int val = 0) : value(val) { ++count; } in value() argument308 throws_on_move(throws_on_move const & other) { in throws_on_move() argument313 throws_on_move(throws_on_move &&) { in throws_on_move() argument317 ~throws_on_move() { in ~throws_on_move() argument322 throws_on_move& operator=(throws_on_move &&) = delete; argument
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() function361 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
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() function361 throws_on_move(throws_on_move const & other) { in throws_on_move() argument366 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
201 struct throws_on_move { struct204 [[noreturn]] throws_on_move(throws_on_move&&) { in throws_on_move() function