clang::mrdocs::Error

Holds the description of an error, or success.

Synopsis

Declared in <mrdocs/Support/Error.hpp>

class Error final

Member Functions

Name

Description

Error [constructor]

Constructor.

operator=

Assignment operators

Throw

Throw overloads

failed

Return true if this holds an error.

location

Return the source location.

message

Return the error string.

reason

Return the reason string.

swap

where

Return the location string.

operator bool

Return true if this holds an error.

operator==

Return true if this equals rhs.

Friends

Name

Description

clang::mrdocs::swap

Non-Member Functions

Name

Description

formatError

Return a formatted error.

Created with MrDocs