libpointer_plus
Last updated
Was this helpful?
Last updated
Was this helpful?
plus operator on libpointer handle.
h2 = h.plus(offset)
h2 = h + offset
h - a libpointer handle.
offset - a integer value: increment.
plus operator on libpointer handle.
ouptut libpointer is valid only as long as the original input libpointer exists.
.
1.0.0
initial version
Allan CORNET