kdb::KeySetIterator(3) For C++ forward Iteration over KeySets.

SYNOPSIS


#include <keyset.hpp>

Detailed Description

For C++ forward Iteration over KeySets.

(External Iterator)

for (Key k:ks3)
{
   std::cout << k.getName() << std::endl;
}


 

Author

Generated automatically by Doxygen for Elektra from the source code.