rstd 0.1.0
Loading...
Searching...
No Matches
rstd::panic< Args > Struct Template Referenceexport
module rstd.core

Compile-time-checked panic with format string support. More...

Detailed Description

template<typename... Args>
struct rstd::panic< Args >

Compile-time-checked panic with format string support.

The first argument must be a string literal. Placeholder count is validated at compile time. Source location is captured automatically.

Template Parameters
ArgsThe types of the format arguments.

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