StrMustInsertRangeL
Description
Aborting variant of StrInsertRangeL.
Success
Returns to the caller; str grew by count; source range zeroed-on-take.
Failure
Does not return; LOG_FATAL aborts the process.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Insert.h:555:
/// TAGS: Str, Insert, Range, Must, Abort
///
#define StrMustInsertRange(str, varr, idx, count) StrMustInsertRangeL((str), (varr), (idx), (count))
///
Last updated on