Adds support for "%v" in absl::StrFormat and related functions for numeric types, including integer and floating point values. Users may now specify %v and have the format specifier deduced. Integer values will print according to %d specifications, unsigned values will use %u, and floating point values will use %g. Note that %v does not work for `char` due to ambiguity regarding the intended output. Please continue to use %c for `char`. PiperOrigin-RevId: 474658166 Change-Id: Iecae39263e368b27232db440535f2bf7da8d863c
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| arg.cc | Loading commit data... | |
| arg.h | Loading commit data... | |
| arg_test.cc | Loading commit data... | |
| bind.cc | Loading commit data... | |
| bind.h | Loading commit data... | |
| bind_test.cc | Loading commit data... | |
| checker.h | Loading commit data... | |
| checker_test.cc | Loading commit data... | |
| convert_test.cc | Loading commit data... | |
| extension.cc | Loading commit data... | |
| extension.h | Loading commit data... | |
| extension_test.cc | Loading commit data... | |
| float_conversion.cc | Loading commit data... | |
| float_conversion.h | Loading commit data... | |
| output.cc | Loading commit data... | |
| output.h | Loading commit data... | |
| output_test.cc | Loading commit data... | |
| parser.cc | Loading commit data... | |
| parser.h | Loading commit data... | |
| parser_test.cc | Loading commit data... |