Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_writer
Method · 0.45
write
Method · 0.45
make_arg_ref
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
advance_to
Function · 0.45
format_handler
Method · 0.45
on_format_specs
Method · 0.45
parse
Method · 0.45
format
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected