mrdocs::Error::Throw

Throw overloads

Synopses

Declared in <mrdocs/Support/Error.hpp>

Throw Exception(*this)

[[noreturn]]
void
Throw() const &;

Throw Exception(std::move(*this))

[[noreturn]]
void
Throw() &&;

Preconditions

  • this‐>failed()

Created with MrDocs