StrMustInsertRangeFastL
Description
Aborting variant of StrInsertRangeFastL.
Success
Returns to the caller.
Failure
Does not return; LOG_FATAL aborts the process.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Insert.h:624:
/// TAGS: Str, Insert, Range, Fast, Must, Abort
///
#define StrMustInsertRangeFast(str, varr, idx, count) StrMustInsertRangeFastL((str), (varr), (idx), (count))
///
Last updated on