end, cend¶
-
iterator end()¶
Returns a (random access) iterator pointing one passed the last entry of the row.
- Parameters
(None)
- Returns
A value of type
iterator.- Complexity
Constant
- Exceptions
This function is
noexceptand is guaranteed never to throw.
-
const_iterator cend()¶
Returns a const (random access) iterator pointing one passed the last entry of the row.
- Parameters
(None)
- Returns
A value of type
const_iterator.- Complexity
Constant
- Exceptions
This function is
noexceptand is guaranteed never to throw.