#include <logger.hpp>
|
template<typename S >
requires std::constructible_from<std::format_string<Args...>, const S &> |
| consteval | format_string_with_loc (const S &s, const std::source_location &l=std::source_location::current()) |
| |
|
| std::format_string< Args... > | fmt |
| |
| std::source_location | loc |
| |
◆ format_string_with_loc()
template<typename... Args>
template<typename S >
requires std::constructible_from<std::format_string<Args...>, const S &>
◆ fmt
template<typename... Args>
◆ loc
template<typename... Args>
The documentation for this struct was generated from the following file: