omni::string::util::lcfirst
NAME

omni::string::util::lcfirst

A function of omni::string::util

#include <omni/string/util.hpp>
template < typename std_string_t > std_string_t omni::string::util::lcfirst(std_string_t str)


OVERLOADS

template < std::size_t X > std::string omni::string::util::lcfirst(constchar(& str)
template < std::size_t X > std::wstring omni::string::util::lcfirst(constwchar_t(& str)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top