AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::metadata::Assignment Struct Reference

#include <metadata.hpp>

Public Member Functions

consteval Assignment (std::string_view name_, std::string_view exec_name_)
 
consteval Assignment (std::string_view exec_name_out)
 
constexpr bool operator== (const Assignment &) const =default
 

Public Attributes

std::string_view name
 
std::string_view exec_name
 

Constructor & Destructor Documentation

◆ Assignment() [1/2]

asmgrader::metadata::Assignment::Assignment ( std::string_view name_,
std::string_view exec_name_ )
inlineexplicitconsteval

◆ Assignment() [2/2]

asmgrader::metadata::Assignment::Assignment ( std::string_view exec_name_out)
inlineexplicitconsteval

Member Function Documentation

◆ operator==()

bool asmgrader::metadata::Assignment::operator== ( const Assignment & ) const
constexprdefault

Member Data Documentation

◆ exec_name

std::string_view asmgrader::metadata::Assignment::exec_name

◆ name

std::string_view asmgrader::metadata::Assignment::name

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