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

Function convert_float

include/fmt/format.h:1682–1684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1680
1681template <typename T>
1682constexpr auto convert_float(T value) -> convert_float_result<T> {
1683 return static_cast<convert_float_result<T>>(value);
1684}
1685
1686template <bool C, typename T, typename F, FMT_ENABLE_IF(C)>
1687auto select(T true_value, F) -> T {

Callers 2

format_floatMethod · 0.85
writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected