omni::string::util::is_numeric
NAME

omni::string::util::is_numeric

A 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 ignorePeriod)
template < typename std_string_t > bool omni::string::util::is_numeric(const std_string_t& str, typename std_string_t::value_type periodType, bool ignorePeriod)
inline bool omni::string::util::is_numeric(const std::wstring& str)
inline bool omni::string::util::is_numeric(const std::wstring& str, wchar_t periodType)
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 ignorePeriod)
template < std::size_t X > inline bool omni::string::util::is_numeric(const wchar_t (&str)[X], bool ignorePeriod)
inline bool omni::string::util::is_numeric(const wchar_t* str, wchar_t periodType)
template < std::size_t X > inline bool omni::string::util::is_numeric(const wchar_t (&str)[X], wchar_t periodType)
inline bool omni::string::util::is_numeric(const wchar_t* str, wchar_t periodType, bool ignorePeriod)
template < std::size_t X > inline bool omni::string::util::is_numeric(const wchar_t (&str)[X], wchar_t periodType, bool ignorePeriod)
inline bool omni::string::util::is_numeric(const std::string& str)
inline bool omni::string::util::is_numeric(const std::string& str, char periodType)
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 ignorePeriod)
template < std::size_t X > inline bool omni::string::util::is_numeric(const char (&str)[X], bool ignorePeriod)
inline bool omni::string::util::is_numeric(const char* str, char periodType)
template < std::size_t X > inline bool omni::string::util::is_numeric(const char (&str)[X], char periodType)
inline bool omni::string::util::is_numeric(const char* str, char periodType, bool ignorePeriod)
template < std::size_t X > inline bool omni::string::util::is_numeric(const char (&str)[X], char periodType, bool ignorePeriod)

SYNOPSIS

No synopsis found.

top

DESCRIPTION

No description found.

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