Home | History | Annotate | Download | only in Api

Lines Matching full:postfix

1809     The postfix ++ operator (\c{it++}) advances the iterator to the next element in the collection
1831 The postfix -- operator (\c{it--}) makes the preceding element current and returns
1999 The postfix ++ operator (\c{it++}) advances the iterator to the next element in the collection
2021 The postfix -- operator (\c{it--}) makes the preceding element current and returns