Template Function shad::operator<=¶
- Defined in File object_identifier.h
Function Documentation¶
-
template <typename T>
boolshad::operator<=(const ObjectIdentifier<T> &lhs, const ObjectIdentifier<T> &rhs)¶ Operator less 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.