MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / format_error

Function format_error

extlibs/fmt/include/fmt/format.h:731–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729 format_error(const format_error&) = default;
730 format_error& operator=(const format_error&) = default;
731 format_error(format_error&&) = default;
732 format_error& operator=(format_error&&) = default;
733 ~format_error() FMT_NOEXCEPT FMT_OVERRIDE;
734};

Callers 15

text_styleClass · 0.85
on_errorMethod · 0.85
vprintFunction · 0.85
localtimeFunction · 0.85
gmtimeFunction · 0.85
parse_chrono_formatFunction · 0.85
report_no_dateMethod · 0.85
fmt_safe_duration_castFunction · 0.85
on_errorMethod · 0.85
operator=Method · 0.85
on_errorMethod · 0.85
writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected