Console Library 4.7.0
A header-only library that makes C++ simple
Loading...
Searching...
No Matches
console::bad_format Class Reference

表示格式化字符串错误,例如占位符与参数不匹配。 More...

#include <csexc.h>

Inheritance diagram for console::bad_format:
console::console_error

Public Member Functions

 bad_format (const std::string &msg)
 构造 bad_format。
Public Member Functions inherited from console::console_error
 console_error (const std::string &msg)
 构造 console_error。

Detailed Description

表示格式化字符串错误,例如占位符与参数不匹配。

Constructor & Destructor Documentation

◆ bad_format()

console::bad_format::bad_format ( const std::string & msg)
inline

构造 bad_format。

Parameters
msg错误描述信息。

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