#include <common.h>
|
constexpr | source_loc ()=default |
|
constexpr | source_loc (const char *filename_in, int line_in, const char *funcname_in) |
|
constexpr bool | empty () const noexcept |
|
◆ source_loc() [1/2]
constexpr spdlog::source_loc::source_loc |
( |
| ) |
|
|
constexprdefault |
◆ source_loc() [2/2]
constexpr spdlog::source_loc::source_loc |
( |
const char * |
filename_in, |
|
|
int |
line_in, |
|
|
const char * |
funcname_in |
|
) |
| |
|
inlineconstexpr |
◆ empty()
constexpr bool spdlog::source_loc::empty |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ filename
const char* spdlog::source_loc::filename {nullptr} |
◆ funcname
const char* spdlog::source_loc::funcname {nullptr} |
◆ line
int spdlog::source_loc::line {0} |
The documentation for this struct was generated from the following file:
- third_party/spdlog/include/spdlog/common.h