Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::FormatError Class Reference

#include <format.h>

+ Inheritance diagram for fmt::FormatError:
+ Collaboration diagram for fmt::FormatError:

Public Member Functions

 FormatError (CStringRef message)
 
 FormatError (const FormatError &ferr)
 
FMT_API ~FormatError () FMT_DTOR_NOEXCEPT FMT_OVERRIDE
 

Detailed Description

A formatting error such as invalid format string.

Definition at line 684 of file format.h.

Constructor & Destructor Documentation

◆ FormatError() [1/2]

fmt::FormatError::FormatError ( CStringRef message)
inlineexplicit

Definition at line 686 of file format.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FormatError() [2/2]

fmt::FormatError::FormatError ( const FormatError & ferr)
inline

Definition at line 688 of file format.h.

◆ ~FormatError()

FMT_API fmt::FormatError::~FormatError ( )

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