AsmGrader 0.0.0
Loading...
Searching...
No Matches
expected.hpp File Reference
#include <asmgrader/common/extra_formatters.hpp>
#include <asmgrader/logging.hpp>
#include <fmt/base.h>
#include <fmt/format.h>
#include <libassert/assert.hpp>
#include <concepts>
#include <string>
#include <system_error>
#include <type_traits>
#include <utility>
#include <variant>
#include <unistd.h>
Include dependency graph for expected.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  asmgrader::UnexpectedT
 
class  asmgrader::Expected< T, E >
 std::variant wrapper for a partial implementation of C++23's expected type More...
 
struct  fmt::formatter<::asmgrader::Expected< T, E > >
 

Namespaces

namespace  asmgrader