XLE
v0.02.0
|
Pointers to the start and end of a string More...
#include <StringUtils.h>
Public Attributes | |
const CharType * | _start |
const CharType * | _end |
Pointers to the start and end of a string
This object points into the interior of another object, identifying the start and end of a string.
This is a 3rd common string representation:
This useful for separating a part of a large string, or while serializing from an text file (when we want to identify an interior string without requiring an extra allocation).