MCPcopy Create free account
hub / github.com/NativeScript/android / swap_where_both_have_value

Function swap_where_both_have_value

test-app/runtime/src/main/cpp/ada/ada.h:3515–3517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3513 using move_constructing_e_can_throw = std::false_type;
3514
3515 void swap_where_both_have_value(expected & /*rhs*/, t_is_void) noexcept {
3516 // swapping void is a no-op
3517 }
3518
3519 void swap_where_both_have_value(expected &rhs, t_is_not_void) {
3520 using std::swap;

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected