C++ Server-Side SDK
LaunchDarkly SDK
Public Types | Public Member Functions | Friends | List of all members
launchdarkly::Value::Object::Iterator Struct Reference

Public Types

using iterator_category = std::forward_iterator_tag
 
using difference_type = std::ptrdiff_t
 
using value_type = std::pair< std::string const, Value >
 
using pointer = value_type const *
 
using reference = value_type const &
 

Public Member Functions

 Iterator (std::map< std::string, Value >::const_iterator iterator)
 
reference operator* () const
 
pointer operator-> ()
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 

Friends

bool operator== (Iterator const &lhs, Iterator const &rhs)
 
bool operator!= (Iterator const &lhs, Iterator const &rhs)
 

The documentation for this struct was generated from the following files: