|
Console Library 4.7.0
A header-only library that makes C++ simple
|
提供库的版本信息、许可证、编译器及平台识别函数。 More...
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | console |
| 本库所有组件所在的顶层命名空间。 | |
Functions | |
| std::string | console::license () |
| 返回 MIT 许可证全文。 | |
| std::string | console::platform () |
| 返回当前操作系统平台名称。 | |
| std::string | console::compiler () |
| 返回当前使用的编译器名称和版本。 | |
| std::string | console::version () |
| 返回库的版本字符串。 | |
| std::string | console::author () |
| 返回库的作者。 | |
提供库的版本信息、许可证、编译器及平台识别函数。