mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@11147 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d803bc6297
commit
402a53774b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ void Map()
|
|||
|
||||
/// To iterate through keys, you can use `begin`/`end` of internal `Index`:
|
||||
|
||||
for(const auto& k : m.GetKeys())
|
||||
for(const auto& p : m.GetKeys())
|
||||
DUMP(p);
|
||||
|
||||
/// Alternatively, it is possible to create 'projection range' of VectorMap that provides
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue