var::GeneralString
- Inherits: var::StackString< GeneralString, VAR_API_GENERAL_STRING_SIZE >
public
Functions
GeneralString()=default#
var::GeneralString::GeneralString ()=defaultGeneralString(const char *a)#
inline
var::GeneralString::GeneralString (const char *a)GeneralString(const StringView a)#
inline
var::GeneralString::GeneralString (const StringView a)operator const char *() const#
inline
var::GeneralString::operator const char * () constoperator|(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