StrMustPushFrontArrL
Description
Aborting variant of StrPushFrontArrL.
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:755:
/// TAGS: Str, PushFront, Range, Must, Abort
///
#define StrMustPushFrontArr(str, arr, count) StrMustPushFrontArrL((str), (arr), (count))
///
Last updated on