MCPcopy Create free account
hub / github.com/fmtlib/fmt / operator*

Method operator*

test/format-test.cc:1180–1180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178 return *this;
1179 }
1180 auto operator*() -> throwing_iterator& { return *this; }
1181 auto operator++() -> throwing_iterator& { return *this; }
1182 auto operator++(int) -> throwing_iterator { return *this; }
1183 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected