MCPcopy Create free account
hub / github.com/fmtlib/fmt / error

Method error

test/scan.h:678–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 auto operator->() const -> const T* { return &value_; }
677
678 auto error() -> E const { return E(); }
679};
680
681template <typename Range, typename... T>

Callers 7

TESTFunction · 0.80
formatMethod · 0.80
formatMethod · 0.80
parse_longFunction · 0.80
parse_shortsFunction · 0.80
parse_patternFunction · 0.80
parse_atomFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64