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

             Summary: region::putAll should accept range iterators
                 Key: GEODE-5169
                 URL: https://issues.apache.org/jira/browse/GEODE-5169
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Jacob S. Barrett


{code:c++}
auto someCollectionOfPairs = getSomeCollectionOfPairs();
region->putAll(std::begin(someCollectionOfPairs),
                        std::end(someCollectionOfPairs));
{code}



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

Reply via email to