MCPcopy Create free account
hub / github.com/fmtlib/fmt / base_iterator

Function base_iterator

include/fmt/format.h:523–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521 FMT_ENABLE_IF(is_back_insert_iterator<OutputIt>::value&&
522 is_contiguous<typename OutputIt::container>::value)>
523inline auto base_iterator(OutputIt it,
524 typename OutputIt::container_type::value_type*)
525 -> OutputIt {
526 return it;
527}
528
529template <typename Iterator>
530constexpr auto base_iterator(Iterator, Iterator it) -> Iterator {

Callers 5

write_paddedFunction · 0.85
write_ptrFunction · 0.85
write_intMethod · 0.85
do_write_floatMethod · 0.85
writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected