|
FE 0.13.1
Header-only C++ frontend library
|
A std::format_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 | |
| std::format_string< Args... > | fmt |
| std::source_location | loc |
A std::format_string that remembers where it was written.
|
inlineconsteval |
| std::format_string<Args...> fe::Log::FmtLoc< Args >::fmt |
Definition at line 55 of file log.h.
Referenced by fe::Log::log().
| std::source_location fe::Log::FmtLoc< Args >::loc |
Definition at line 56 of file log.h.
Referenced by fe::Log::log().