Example #1
0
SObject IntegerObject::operator%(const SObject &rhs) {
  return std::make_shared<IntegerObject>(getInt() % rhs->getInt());
}