Jacob S. Barrett created GEODE-4977:
---------------------------------------

             Summary: StructSet should behave like std C++ collection types.
                 Key: GEODE-4977
                 URL: https://issues.apache.org/jira/browse/GEODE-4977
             Project: Geode
          Issue Type: Task
          Components: native client
            Reporter: Jacob S. Barrett


Should be able to do things like this:
{code:java}
StructSet structSet = ...;
for (const auto& object : structSet) {
  ...
}{code}
or
{code:java}
StructSet structSet = ...;
std::foreach(std::begin(structSet), std::end(structSet), func);{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to