ci_string Chusov::String::operator""_cis | ( | const char * | str, |
std::size_t | count | ||
) |
Returns a case-independent string constructed from a C-string literal.
str | A C-style string literal from which an object of the type ci_string is created and returned. |
count | A number of characters within the string, not including the null-terminator. |
str
.