AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::RequirementResult::DebugInfo Struct Reference

#include <grading_session.hpp>

Public Member Functions

 DebugInfo (std::string_view message=DEFAULT_MSG, std::source_location location=std::source_location::current())
 

Public Attributes

std::string_view msg
 
std::source_location loc
 

Static Public Attributes

static constexpr std::string_view DEFAULT_MSG = "<unknown>"
 

Constructor & Destructor Documentation

◆ DebugInfo()

asmgrader::RequirementResult::DebugInfo::DebugInfo ( std::string_view message = DEFAULT_MSG,
std::source_location location = std::source_location::current() )
inlineexplicit

Member Data Documentation

◆ DEFAULT_MSG

std::string_view asmgrader::RequirementResult::DebugInfo::DEFAULT_MSG = "<unknown>"
staticconstexpr

◆ loc

std::source_location asmgrader::RequirementResult::DebugInfo::loc

◆ msg

std::string_view asmgrader::RequirementResult::DebugInfo::msg

The documentation for this struct was generated from the following file: