operator""_rs#
Fully qualified name: carb::rstring_literals::operator""_rs
Defined in carb/RString.h
- constexpr RStringLiteral carb::rstring_literals::operator""_rs(
- const char *str,
- std::size_t len,
Literal operator used to construct a RStringLiteral that can be passed to RString constructors.
- Parameters:
str – The user-defined literal string.
len – The length of the user-defined literal string.
- Returns:
A RStringLiteral that can be passed to RString constructors.