operator <
Description
Checks whether an element in an SVector is smaller than that in another SVector.
Definition
1 | bool operator < (const SVector<T> &other) const |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
other |
Input |
Checks whether an element in a container is smaller than that in another container. |
Returns
Type |
Input/Output |
Description |
|---|---|---|
bool |
Output |
|
Parent topic: SVector