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

Public Types

using iterator_category = std::bidirectional_iterator_tag
 
using difference_type = std::ptrdiff_t
 
using value_type = Value
 
using pointer = value_type const *
 
using reference = value_type const &
 

Public Member Functions

 Iterator (std::vector< Value >::const_iterator iterator)
 
reference operator* () const
 
pointer operator-> ()
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
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: