![]() |
Maria GDK 5.0.0.927
Documentation of native code in develop branch
|
#include <StkKeyView.h>
Classes | |
| struct | iterator |
Public Types | |
| using | key_type = typename Assoc::key_type |
| using | base_iter = typename Assoc::const_iterator |
Public Member Functions | |
| KeyView (const Assoc &a) | |
| iterator | begin () const |
| iterator | end () const |
| std::size_t | size () const |
| bool | empty () const |
KeyView - Return an iteratable "view" of the keys of an associative container without any copying.
Example:
| Assoc | Associative collection like std::map<K,V,...> or std::unordered_map<...> |