omni::wstring::type_cast
NAME

omni::wstring::type_cast

A function of omni::wstring

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


OVERLOADS

template < typename ret_t > inline ret_t omni::wstring::type_cast(const wchar_t* str)
template < typename ret_t, std::size_t X > inline ret_t omni::wstring::type_cast(constwchar_t(& str)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top