operator ==
Description
Checks whether the elements in two SVectors are the same.
Definition
1 | bool operator == (const SVector<T> &other) const |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
other |
Input |
Checks whether a member is the same as other. |
Returns
Type |
Input/Output |
Description |
|---|---|---|
bool |
Output |
|
Parent topic: SVector