Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ basic_writer
Method
basic_writer
extlibs/fmt/include/fmt/format.h:1669–1670 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1667
1668
public:
1669
explicit basic_writer(Range out, locale_ref loc = locale_ref())
1670
: out_(out.begin()), locale_(loc) {}
1671
1672
iterator out() const { return out_; }
1673
Callers
nothing calls this directly
Calls
2
locale_ref
Class · 0.85
begin
Method · 0.45
Tested by
no test coverage detected