Swap contents with another Expected.

Synopsis

Declared in <util/expected.h>

constexpr
void
swap(Expected& other) noexcept;

Parameters

Name

Description

other

The instance to swap with.

Created with MrDocs