omni::string::util::to_title_case
NAME

omni::string::util::to_title_case

A function of omni::string::util

#include <omni/string/util.hpp>
template < typename std_string_t > std_string_t omni::string::util::to_title_case(const std_string_t& str, const std::string& separators)


OVERLOADS

template < typename std_string_t > std_string_t omni::string::util::to_title_case(const std_string_t& str)
template < std::size_t X > std::string omni::string::util::to_title_case(constchar(& str)
template < std::size_t X > std::wstring omni::string::util::to_title_case(constwchar_t(& str)
template < std::size_t X > std::string omni::string::util::to_title_case(constchar(& str)
template < std::size_t X > std::wstring omni::string::util::to_title_case(constwchar_t(& str)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top