You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/26 17:08:00 UTC

[jira] [Updated] (GEODE-4977) StructSet should behave like std C++ collection types.

     [ https://issues.apache.org/jira/browse/GEODE-4977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated GEODE-4977:
----------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>
> 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)