candlewick 0.10.0
A tiny cross-platform renderer based on SDL3
Loading...
Searching...
No Matches
candlewick::terminate_with_message< Ts > Struct Template Reference

#include <candlewick/core/errors.h>

Public Member Functions

 terminate_with_message (std::string_view fmt, Ts &&...args, std::source_location location=std::source_location::current())
 
 terminate_with_message (std::source_location location, std::string_view fmt, Ts &&...args)
 

Constructor & Destructor Documentation

◆ terminate_with_message() [1/2]

template<typename... Ts>
candlewick::terminate_with_message< Ts >::terminate_with_message ( std::string_view fmt,
Ts &&... args,
std::source_location location = std::source_location::current() )
inline

◆ terminate_with_message() [2/2]

template<typename... Ts>
candlewick::terminate_with_message< Ts >::terminate_with_message ( std::source_location location,
std::string_view fmt,
Ts &&... args )
inline

The documentation for this struct was generated from the following file: