Namespaces
Variants
Actions

std::formatter<std::basic_stacktrace>

From cppreference.com
 
 
 
 
Defined in header <stacktrace>
template< class Allocator >
struct formatter<std::basic_stacktrace<Allocator>>;
(since C++23)

The template specialization of std::formatter for std::basic_stacktrace<Allocator> allows users to convert a stacktrace object to string using formatting functions such as std::format.

No format specifier is allowed.

A stacktrace object s is formatted as if by copying