ADTF  3.18.3
strings_numeric_traits_impl.h File Reference

Private implementation for string numeric trait functions. More...

Go to the source code of this file.

Namespaces

 a_util
 Serves as the root component, with common functionality documented in core functionality.
 
 a_util::strings
 Serves as component for string handling and conversion functionality.
 

Functions

template<typename Numeric >
bool isNumeric (const char *str)
 Check whether a string is convertible to a value of type Numeric for generic programming. More...
 
template<typename Numeric >
bool isNumeric (const std::string &str)
 Check whether a string is convertible to a value of type Numeric for generic programming. More...
 

Detailed Description

Private implementation for string numeric trait functions.

Definition in file strings_numeric_traits_impl.h.