A double ended queue with the capacity defined at compile time.
Not equal operator.
- Parameters
-
| lhs | Reference to the first deque. |
| rhs | Reference to the second deque. |
- Returns
- true if the arrays are not equal, otherwise false
Less than operator.
- Parameters
-
| lhs | Reference to the first deque. |
| rhs | Reference to the second deque. |
- Returns
- true if the first deque is lexigraphically less than the second, otherwise false
Less than or equal operator.
- Parameters
-
| lhs | Reference to the first deque. |
| rhs | Reference to the second deque. |
- Returns
- true if the first deque is lexigraphically less than or equal to the second, otherwise false
Equal operator.
- Parameters
-
| lhs | Reference to the first deque. |
| rhs | Reference to the second deque. |
- Returns
- true if the arrays are equal, otherwise false
Greater than operator.
- Parameters
-
| lhs | Reference to the first deque. |
| rhs | Reference to the second deque. |
- Returns
- true if the first deque is lexigraphically greater than the second, otherwise false
Greater than or equal operator.
- Parameters
-
| "lhs | Reference to the first deque. |
| "rhs | Reference to the second deque. |
- Returns
- true if the first deque is lexigraphically greater than or equal to the second, otherwise false