Typedef cif::from_chars_function
Defined in File text.hpp
Typedef Documentation
-
template<typename T>
using cif::from_chars_function = decltype(std::from_chars(std::declval<const char*>(), std::declval<const char*>(), std::declval<T&>())) helper to find a from_chars function