Elektra
0.8.12
|
For C++ forward Iteration over Names. More...
#include <key.hpp>
Inherited by kdb::NameReverseIterator [private]
.
For C++ forward Iteration over Names.
(External Iterator)
for (std::string s:k3)
{
std::cout << s << std::endl;
}