Class StringAsTerminated
Inheritance
StringAsTerminated
Assembly: FlaxEngine.dll
File: Engine/Utilities/StringConverter.h
Syntax
public class StringAsTerminated<CharType>
Type Parameters
typename CharType
|
Constructors
~StringAsTerminated()
Declaration
public ~StringAsTerminated()
operator const CharType* ()
Declaration
public operator const CharType* () const
StringAsTerminated(const CharType* str, int32 length)
Declaration
public StringAsTerminated(const CharType* str, int32 length)
Parameters
CharType
str
|
int32
length
|
Fields
_dynamic
Declaration
protected CharType* _dynamic = nullptr
Field Value
CharType
|
_static
Declaration
protected CharType* _static = nullptr
Field Value
CharType
|