RStringOp#

Fully qualified name: carb::RStringOp

Defined in carb/RString.h

enum class carb::RStringOp#

Operations for RString (and variant classes) constructor.

Values:

enumerator eRegister#

Attempt to find a matching registered string, or register a new string if not found.

enumerator eFindExisting#

Only attempt to find a matching registered string. If the string cannot be found, the RString will be empty and will return true to RString::isEmpty().