Typedef cif::charconv
Defined in File text.hpp
Typedef Documentation
-
template<typename T>
using cif::charconv = typename std::conditional_t<std_experimental::is_detected_v<from_chars_function, T>, std_charconv<T>, ff_charconv<T>>
Defined in File text.hpp