Porytiles
|
#include <fmt/format.h>
#include <concepts>
#include <format>
#include <source_location>
#include <string_view>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | porytiles::StringViewSourceLoc |
A wrapper for std::string_view with a taggable std::source_location. More... | |
Namespaces | |
namespace | porytiles |
Functions | |
void | porytiles::PanicImpl (const char *s) noexcept |
void | porytiles::Panic (const StringViewSourceLoc &s) noexcept |
void | porytiles::AssertOrPanic (const bool condition, const StringViewSourceLoc &s) |