wizapp-stdlib/codegen/array/snippets/array_pop_macro_cpp

5 lines
101 B
Plaintext

(ARRAY_PTR != NULL && (ARRAY_PTR)->count > 0 ? \
*_{Tlower}_array_pop(ARRAY_PTR) : \
{T}{{}} \
)