omni::string::reverse
NAME

omni::string::reverse

A static function of omni::string

#include <omni/xx/string.hxx>
inline OMNI_STRING_T_FW omni::string::reverse(const OMNI_STRING_T_FW& str)

OVERLOADS

template < std::size_t X > inline OMNI_STRING_T_FW omni::string::reverse(const OMNI_CHAR_T_FW (&str)[X])

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top