AsmGrader 0.0.0
|
#include <fmt/base.h>
#include <fmt/compile.h>
#include <fmt/format.h>
#include <range/v3/algorithm/copy.hpp>
#include <range/v3/algorithm/copy_n.hpp>
#include <range/v3/algorithm/find.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <array>
#include <cstddef>
#include <iterator>
#include <string>
#include <string_view>
#include <utility>
Go to the source code of this file.
Classes | |
class | asmgrader::StaticString< N > |
A fully compile-time capable string type Guaranteed to be null-terminated. More... | |
Namespaces | |
namespace | asmgrader |
Functions | |
template<std::size_t N> | |
asmgrader::StaticString (const char(&input)[N]) -> StaticString< N - 1 > | |
template<StaticString Fmt, std::size_t MaxSz = 10 * 1'024, fmt::formattable... Args> | |
consteval auto | asmgrader::static_format (Args &&... args) |
template<StaticString String> | |
consteval auto | asmgrader::operator""_static () |