Bundle carrying a format-string and its call-site source location.
More...
|
|
template<usize N> |
| consteval | fmt_loc (const char(&f)[N], std::source_location l=std::source_location::current()) noexcept |
| | Construct from a NUL-terminated string literal.
|
|
consteval | fmt_loc (std::string_view sv, std::source_location l=std::source_location::current()) noexcept |
| | Construct from a lib::string_view (for programmatic use).
|
|
|
std::string_view | fmt |
| | The format string.
|
|
std::source_location | loc |
| | Call-site source location.
|
Bundle carrying a format-string and its call-site source location.
The documentation for this struct was generated from the following file:
- zxfoundation/sys/syschk.zcomponent/types.cxxm