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

Method out

Source/ThirdParty/fmt/core.h:1089–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087 ~iterator_buffer() { flush(); }
1088
1089 auto out() -> OutputIt {
1090 flush();
1091 return out_;
1092 }
1093 auto count() const -> size_t { return Traits::count() + this->size(); }
1094};
1095

Callers 15

formatMethod · 0.45
operator()Method · 0.45
formatMethod · 0.45
formatMethod · 0.45
formatMethod · 0.45
formatMethod · 0.45
formatMethod · 0.45
formatMethod · 0.45
formatMethod · 0.45
on_textMethod · 0.45
on_replacement_fieldMethod · 0.45
on_format_specsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected