Template Function shad::operator>=

Function Documentation

template <typename T>
bool shad::operator>=(const ObjectIdentifier<T> &lhs, const ObjectIdentifier<T> &rhs)

Operator greater than or equal.

Return
true if lhs >= rhs, false otherwise.
Template Parameters
  • T: The type of Object to which the identifier refers.
Parameters
  • lhs: Left hand side of the operator.
  • rhs: Right hand side of the operator.