omni::string::util::is_numeric
NAME

omni::string::util::is_numeric

A static function of omni::string::util

#include <omni/string/util.hpp>
template < typename std_string_t > bool omni::string::util::is_numeric(const std_string_t& str, bool ignore_period)
template < typename std_string_t > bool omni::string::util::is_numeric(const std_string_t& str, typename std_string_t::value_type period_type, bool ignore_period)
inline bool omni::string::util::is_numeric(const std::wstring& str)
inline bool omni::string::util::is_numeric(const std::wstring& str, wchar_t period_type)
inline bool omni::string::util::is_numeric(const wchar_t* str)
template < std::size_t X > inline bool omni::string::util::is_numeric(const wchar_t (&str)[X])
inline bool omni::string::util::is_numeric(const wchar_t* str, bool ignore_period)
template < std::size_t X > inline bool omni::string::util::is_numeric(const wchar_t (&str)[X], bool ignore_period)
inline bool omni::string::util::is_numeric(const wchar_t* str, wchar_t period_type)
template < std::size_t X > inline bool omni::string::util::is_numeric(const wchar_t (&str)[X], wchar_t period_type)
inline bool omni::string::util::is_numeric(const wchar_t* str, wchar_t period_type, bool ignore_period)
template < std::size_t X > inline bool omni::string::util::is_numeric(const wchar_t (&str)[X], wchar_t period_type, bool ignore_period)
inline bool omni::string::util::is_numeric(const std::string& str)
inline bool omni::string::util::is_numeric(const std::string& str, char period_type)
inline bool omni::string::util::is_numeric(const char* str)
template < std::size_t X > inline bool omni::string::util::is_numeric(const char (&str)[X])
inline bool omni::string::util::is_numeric(const char* str, bool ignore_period)
template < std::size_t X > inline bool omni::string::util::is_numeric(const char (&str)[X], bool ignore_period)
inline bool omni::string::util::is_numeric(const char* str, char period_type)
template < std::size_t X > inline bool omni::string::util::is_numeric(const char (&str)[X], char period_type)
inline bool omni::string::util::is_numeric(const char* str, char period_type, bool ignore_period)
template < std::size_t X > inline bool omni::string::util::is_numeric(const char (&str)[X], char period_type, bool ignore_period)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top