GetView Data Member Function

Returns a pointer to a <Uint8ArrayView> object with iterators to the beginning and end of the <Str> object. This object is allocated with new so you must declare with auto. For example: auto Uint8ArrayView view = my_str.GetView();

Prototype

Uint8ArrayView GetView()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.