|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
| struct | to_chars_result |
| Primitive numerical output conversion. More... | |
Namespaces | |
| namespace | etl |
Functions | |
| constexpr auto | to_chars (char *, char *, bool, int=10) -> to_chars_result=delete |
| template<integral T> requires (not same_as<T, bool>) | |
| constexpr auto | to_chars (char *first, char *last, T val, int base=10) -> to_chars_result |
| Converts value into a character string by successively filling the range [first, last), where [first, last) is required to be a valid range. | |