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

Method end

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

Source from the content-addressed store, hash-verified

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
488template <typename Char>

Callers 15

vformat_toFunction · 0.45
parseMethod · 0.45
formatMethod · 0.45
format_duration_unitFunction · 0.45
format_localizedMethod · 0.45
do_parseMethod · 0.45
formatMethod · 0.45
operator()Method · 0.45
writeMethod · 0.45
make_arg_refMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected