omni::string::type_cast
NAME

omni::string::type_cast

A static function of omni::string

#include <omni/xx/string.hxx>
template < typename ret_t > inline ret_t omni::string::type_cast(const OMNI_STRING_T_FW& str)

OVERLOADS

template < typename ret_t > inline ret_t omni::string::type_cast(const OMNI_CHAR_T_FW* str)
template < typename ret_t, std::size_t X > inline ret_t omni::string::type_cast(const OMNI_CHAR_T_FW (&str)[X])

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top