Luna::Vector::empty
bool empty() const
Checks whether this vector is empty, that is, the size of this vector is 0.
Return value
Returns true if this vector is empty, returns false otherwise.
bool empty() const
Checks whether this vector is empty, that is, the size of this vector is 0.
Returns true if this vector is empty, returns false otherwise.