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

Function write_loc

include/fmt/format.h:2018–2021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2016#endif
2017template <typename OutputIt>
2018inline auto write_loc(OutputIt, const loc_value&, const format_specs&,
2019 locale_ref) -> bool {
2020 return false;
2021}
2022
2023template <typename UInt> struct write_int_arg {
2024 UInt abs_value;

Callers 1

writeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected