C++ Actor Framework 1.0.0
|
Wraps a format string and its source location. More...
#include <format_string_with_location.hpp>
Public Attributes | |
std::string_view | value |
The format string. | |
detail::source_location | location |
The source location of the format string. | |
Wraps a format string and its source location.
Useful for logging functions that have a variadic list of arguments and thus cannot use the usual way of passing in a source location via default argument.