var::GeneralString
- Inherits: var::StackString< GeneralString, VAR_API_GENERAL_STRING_SIZE >
public
Functions
#
GeneralString()=defaultvar::GeneralString::GeneralString ()=default
#
GeneralString(const char *a)inline
var::GeneralString::GeneralString (const char *a)
#
GeneralString(const StringView a)inline
var::GeneralString::GeneralString (const StringView a)
#
operator const char *() constinline
var::GeneralString::operator const char * () const
#
operator|(const var::StringView a)inline
GeneralString var::GeneralString::operator| (const var::StringView a)
Type: GeneralString
Parameters:
- const var::StringView
a
#
operator|=(const StringView a)inline
GeneralString & var::GeneralString::operator|= (const StringView a)
Type: GeneralString &
Parameters:
- const StringView
a