Porytiles
Loading...
Searching...
No Matches
panic.hpp File Reference
#include <fmt/format.h>
#include <concepts>
#include <format>
#include <source_location>
#include <string_view>
#include <type_traits>
Include dependency graph for panic.hpp:
This graph shows which files directly or indirectly include this file:

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)