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

Function out

extlibs/fmt/include/fmt/core.h:1298–1298  ·  view source on GitHub ↗

Returns an iterator to the beginning of the output range.

Source from the content-addressed store, hash-verified

1296
1297 // Returns an iterator to the beginning of the output range.
1298 iterator out() { return out_; }
1299
1300 // Advances the begin iterator to ``it``.
1301 void advance_to(iterator it) { out_ = it; }

Callers 2

operator()Method · 0.85
inflateBackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected