|
FE 0.15.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
A cite_string that remembers where it was written. More...
#include <fe/log.h>
Public Member Functions | |
| template<class S> requires std::convertible_to<const S&, std::string_view> | |
| consteval | FmtLoc (const S &fmt, std::source_location loc=std::source_location::current()) |
Public Attributes | |
| cite_string< Args... > | fmt |
| std::source_location | loc |
A cite_string that remembers where it was written.
|
inlineconsteval |
| cite_string<Args...> fe::Log::FmtLoc< Args >::fmt |
Definition at line 69 of file log.h.
Referenced by fe::Log::log().
| std::source_location fe::Log::FmtLoc< Args >::loc |
Definition at line 70 of file log.h.
Referenced by fe::Log::log().