Skip to content
StrMustPushBackL

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)
    #define StrMustPushBackL(str, lval) VecMustPushBackL((str), (lval))
    #define StrMustPushBackR(str, rval) VecMustPushBackR((str), (rval))
    #define StrMustPushBack(str, val)   StrMustPushBackL((str), (val))
    
    ///
Last updated on