chsvlib
chsv helper source code

◆ operator""_cisv()

constexpr ci_string_view Chusov::String::operator""_cisv ( const char *  str,
std::size_t  count 
)
constexpr

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

Parameters
strA C-style string literal from which an object of the type ci_string_view is created and returned.
countA number of characters within the string, not including the null-terminator.
Returns
An object of the type ci_string_view holding a case-independent string view associated with str.
See also
ci_string_view.