|
Anklang-0.3.0.dev595+g65331842 anklang-0.3.0.dev595+g65331842
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Wrap a string together with its source code location. More...
#include "logging.hh"
Public Member Functions | |
| LogFormat (const char *s, std::source_location l=std::source_location::current()) | |
Public Attributes | |
| std::source_location | location |
| const char *const | cstr |
Wrap a string together with its source code location.
Definition at line 19 of file logging.hh.
| Ase::LogFormat::LogFormat | ( | const char * | s, |
| std::source_location | l = std::source_location::current() |
||
| ) |
Definition at line 22 of file logging.hh.
| const char* const Ase::LogFormat::cstr |
Definition at line 21 of file logging.hh.
| std::source_location Ase::LogFormat::location |
Definition at line 20 of file logging.hh.