omni::string::util::to_type
NAME

omni::string::util::to_type

A function of omni::string::util

#include <omni/string/util.hpp>
template < typename T > inline T omni::string::util::to_type(const std::string& str)


OVERLOADS

template < typename T > inline T omni::string::util::to_type(const char* str)
template < typename T > inline T omni::string::util::to_type(const std::wstring& str)
template < typename T > inline T omni::string::util::to_type(const wchar_t* str)
template < typename T > inline T omni::string::util::to_type(const std::string& str, uint8_t base)
template < typename T > inline T omni::string::util::to_type(const char* str, uint8_t base)
template < typename T > inline T omni::string::util::to_type(const std::wstring& str, uint8_t base)
template < typename T > inline T omni::string::util::to_type(const wchar_t* str, uint8_t base)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top