mrdocs::Error::swap
Swap the contents with another error.
Synopsis
Declared in <mrdocs/Support/Error.hpp>
constexpr
void
swap(Error& rhs) noexcept;
Parameters
| Name | Description |
|---|---|
rhs |
Holds the description of an error, or success. |
Created with MrDocs