Ark Server API (ASA) - 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.

◆ FormatError() [2/2]

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

Definition at line 688 of file format.h.

◆ ~FormatError()

FMT_FUNC fmt::FormatError::~FormatError ( )

Definition at line 87 of file format.cc.


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