cxxo::charconv
An extension to cxxomfort.
Implementation of C++17's <charconv> header built around cxxomfort.
The intention is to provide the following four interfaces available in <charconv> for compilers in C++03 or C++11 mode:
- to_chars for integral types.
- to_chars for floating types.
- to_chars_result.
- from_chars for integral types.
- from_chars for floating types.
- from_chars_result.
As with the rest of cxxomfort, these utilities live in namespace cxxomfort::cxxostd and are mirrored to namespace std.
Usage
(PENDING)
Documentation
(PENDING)