StrMustPushBackL
Description
Aborting variants of the single-char PushBack family.
Success
Returns true.
Failure
Does not return; LOG_FATAL aborts the process.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Insert.h:185:
#define StrMustPushBackL(str, lval) VecMustPushBackL((str), (lval))
#define StrMustPushBackR(str, rval) VecMustPushBackR((str), (rval))
#define StrMustPushBack(str, val) StrMustPushBackL((str), (val))
///
Last updated on