Android-cuttlefish cvd tool
|
#include <result.h>
Public Member Functions | |
constexpr auto | parse (format_parse_context &ctx) -> format_parse_context::iterator |
auto | format (const cuttlefish::StackTraceEntry &entry, format_context &ctx) const -> format_context::iterator |
Private Attributes | |
std::vector< cuttlefish::StackTraceEntry::FormatSpecifier > | fmt_specs_ |
Specialized formatting for StackTraceEntry based on user-provided specifiers.
A StackTraceEntry can be formatted with {:specifiers} in a fmt::format
string, where specifiers
is an ordered list of characters deciding on the format. v
provides "verbose" output and V
provides "very verbose" output. See StackTraceEntry::FormatSpecifiers
for more fine-grained specifiers.
|
inline |
|
inlineconstexpr |
|
private |