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

Method begin

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

Source from the content-addressed store, hash-verified

482
483 explicit output_range(OutputIt it) : it_(it) {}
484 OutputIt begin() const { return it_; }
485 sentinel end() const { return {}; } // Sentinel is not used yet.
486};
487

Callers 11

operator()Method · 0.45
basic_writerMethod · 0.45
writeMethod · 0.45
make_arg_refMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
advance_toFunction · 0.45
format_handlerMethod · 0.45
on_format_specsMethod · 0.45
parseMethod · 0.45
formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected