omni::cstring::to_title_case
NAME

omni::cstring::to_title_case

A function of omni::cstring

#include <omni/xx/string.hxx>
inline std::string omni::cstring::to_title_case(const std::string& str, const std::string& separators)


OVERLOADS

inline std::string omni::cstring::to_title_case(const std::string& str)
template < std::size_t X > inline std::string omni::cstring::to_title_case(constchar(& str)
template < std::size_t X > inline std::string omni::cstring::to_title_case(constchar(& str)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top