Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
format
Method · 0.45
operator()
Method · 0.45
format
Method · 0.45
format
Method · 0.45
format
Method · 0.45
format
Method · 0.45
format
Method · 0.45
format
Method · 0.45
format
Method · 0.45
on_text
Method · 0.45
on_replacement_field
Method · 0.45
on_format_specs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected