chsvlib
chsv helper source code

◆ operator""_cis()

ci_string Chusov::String::operator""_cis ( const char *  str,
std::size_t  count 
)

Returns a case-independent string constructed from a C-string literal.

Parameters
strA C-style string literal from which an object of the type ci_string is created and returned.
countA number of characters within the string, not including the null-terminator.
Returns
An object of the type ci_string holding a case-independent string equal to one pointed to by str.
See also
ci_string.