Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ begin
Method
begin
test/scan.h:217–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
: format_(format) {}
216
217
FMT_CONSTEXPR auto begin() const -> iterator { return format_.begin(); }
218
FMT_CONSTEXPR auto end() const -> iterator { return format_.end(); }
219
220
void advance_to(iterator it) {
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected