Construct the error from a failed assertion and its source location.

Synopsis

Declared in <util/check.h>

NonFatalCheckError(
    std::string_view msg,
    std::source_location const& loc);

Parameters

Name

Description

msg

The failed assertion text.

loc

The source location of the failed check.

Created with MrDocs