SyTen
format.h File Reference

Wrapper around fmt::format and friends to produce sensible error messages. More...

#include <exception>
#include <fmt-5.3.0/include/fmt/format.h>
#include <fmt-5.3.0/include/fmt/ostream.h>
#include "inc/util/backtrace.h"
+ Include dependency graph for format.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  syten
 Syten namespace.
 

Functions

template<typename... Args>
std::string syten::format (std::string_view const &fmstr, Args &&... args)
 Wrapper around fmt::format() to catch exceptions and provide better error messages. More...
 

Detailed Description

Wrapper around fmt::format and friends to produce sensible error messages.