StrMustPushBackArrL
Description
Aborting variant of StrPushBackArrL.
Success
Returns to the caller; 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:689:
/// TAGS: Str, PushBack, Range, Must, Abort
///
#define StrMustPushBackArr(str, arr, count) StrMustPushBackArrL((str), (arr), (count))
///
Last updated on