|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
源码位置信息 更多...
#include <source_location.hpp>
Public 成员函数 | |
| constexpr const char * | file_name () const noexcept |
| 文件名 | |
| constexpr const char * | func_name () const noexcept |
| 函数名 | |
| constexpr uint32_t | line () const noexcept |
| 行号 | |
| constexpr uint32_t | column () const noexcept |
| 列号 | |
静态 Public 成员函数 | |
| static consteval source_location | current () noexcept |
| 当前源码位置 | |
源码位置信息
在文件 source_location.hpp 第 23 行定义.