Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ end
Method
end
extlibs/fmt/include/fmt/format.h:485–485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
488
template <typename Char>
Callers
15
vformat_to
Function · 0.45
parse
Method · 0.45
format
Method · 0.45
format_duration_unit
Function · 0.45
format_localized
Method · 0.45
do_parse
Method · 0.45
format
Method · 0.45
operator()
Method · 0.45
write
Method · 0.45
make_arg_ref
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected