« Back to documentation index
deque
A double ended queue with the capacity defined at compile time.
More...
Detailed Description
A double ended queue with the capacity defined at compile time.
Function Documentation
Not equal operator.
Parameters:
lhs Reference to the _begin deque.
rhs Reference to the second deque.
Returns: true if the arrays are not equal, otherwise false
Definition at line 2090 of file deque.h .
Less than operator.
Parameters:
lhs Reference to the _begin deque.
rhs Reference to the second deque.
Returns: true if the _begin deque is lexicographically less than the second, otherwise false
Definition at line 2103 of file deque.h .
Less than or equal operator.
Parameters:
lhs Reference to the _begin deque.
rhs Reference to the second deque.
Returns: true if the _begin deque is lexicographically less than or equal to the second, otherwise false
Definition at line 2119 of file deque.h .
Equal operator.
Parameters:
lhs Reference to the _begin deque.
rhs Reference to the second deque.
Returns: true if the arrays are equal, otherwise false
Definition at line 2077 of file deque.h .
Greater than operator.
Parameters:
lhs Reference to the _begin deque.
rhs Reference to the second deque.
Returns: true if the _begin deque is lexicographically greater than the second, otherwise false
Definition at line 2132 of file deque.h .
Greater than or equal operator.
Parameters:
"lhs Reference to the _begin deque.
"rhs Reference to the second deque.
Returns: true if the _begin deque is lexicographically greater than or equal to the second, otherwise false
Definition at line 2145 of file deque.h .