omni::cstring::type_cast
NAME

omni::cstring::type_cast

A static function of omni::cstring

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

OVERLOADS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top