Class OpenVDS::MetadataKeyRange

class MetadataKeyRange

A range of metadata keys that can be iterated over using range-based ‘for’.

Public Types

using const_iterator = const MetadataKey*

Public Functions

inline MetadataKeyRange(const_iterator begin, const_iterator end)
inline const_iterator begin() const

Returns a const iterator pointing to the first element in the MetadataKey collection.

inline const_iterator end() const

Returns a const iterator pointing to the past-the-end element in the MetadataKey collection.