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

  • The member SVector is smaller than the input SVector when true is returned.
  • The member SVector is not smaller than the input SVector when false is returned.