Corrade::Utility::ConfigurationGroup::Values class new in Git master

Iterator access to configuration values.

Returned from ConfigurationGroup::values(). See Iteration through groups and values for more information.

Public functions

auto begin() const -> ValueIterator
First value.
auto cbegin() const -> ValueIterator
auto end() const -> ValueIterator
(One item after) last value
auto cend() const -> ValueIterator

Function documentation

ValueIterator Corrade::Utility::ConfigurationGroup::Values::cbegin() const

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

ValueIterator Corrade::Utility::ConfigurationGroup::Values::cend() const

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.