pop Method
- Reduce the length by one.
- Note that there is no method return value -- use
backto get that value beforepop() - (As with std::vector, separating the
popfrom the value access eliminates error testing frompopcall)
pop(): void
Defined in
Last Updated: 08 January, 2020