23 std::filesystem::path path_;
Small CSV reader implementation for student names database Expects the specified file to contain a li...
Definition database_reader.hpp:16
Expected< std::vector< StudentInfo >, std::string > read() const
Definition database_reader.cpp:22
DatabaseReader(std::filesystem::path path)
Definition database_reader.cpp:19
std::variant wrapper for a partial implementation of C++23's expected type
Definition expected.hpp:34
Defines data classes to store result data for the current run session.
Definition asm_buffer.hpp:19