MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / format_to

Function format_to

extlibs/fmt/include/fmt/core.h:1710–1715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1708 FMT_ENABLE_IF(
1709 is_contiguous<Container>::value&& internal::is_string<S>::value)>
1710inline std::back_insert_iterator<Container> format_to(
1711 std::back_insert_iterator<Container> out, const S& format_str,
1712 Args&&... args) {
1713 return vformat_to(out, to_string_view(format_str),
1714 internal::make_args_checked<Args...>(format_str, args...));
1715}
1716
1717template <typename S, typename Char = char_t<S>>
1718inline std::basic_string<Char> vformat(

Callers 9

formatMethod · 0.70
format_duration_valueFunction · 0.70
format_duration_unitFunction · 0.70
operator()Method · 0.70
formatMethod · 0.70
logMethod · 0.50
pad2Function · 0.50
sink_it_Method · 0.50
put_newlineMethod · 0.50

Calls 2

vformat_toFunction · 0.70
to_string_viewFunction · 0.70

Tested by

no test coverage detected