15#ifndef A_UTIL_UTIL_STRINGS_DETAIL_STRINGS_CONVERT_IMPL_HEADER_INCLUDED
16#define A_UTIL_UTIL_STRINGS_DETAIL_STRINGS_CONVERT_IMPL_HEADER_INCLUDED
22template <
typename Numeric>
28template <
typename Numeric>
34template <
typename Numeric>
37 Numeric to = Numeric();
42template <
typename Numeric>
45 Numeric to = Numeric();
Serves as component for string handling and conversion functionality.
Definition strings.h:20
bool toNumeric(const char *from, Numeric &to)
Definition strings_convert_impl.h:23
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24
static bool convert(const char *from, bool &to)