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

Function advance_to

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

Advances the begin iterator to ``it``.

Source from the content-addressed store, hash-verified

1299
1300 // Advances the begin iterator to ``it``.
1301 void advance_to(iterator it) { out_ = it; }
1302
1303 internal::locale_ref locale() { return loc_; }
1304};

Callers 1

vformat_toFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected