mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
.tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@11147 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ed8d5e1080
commit
5ce5370d8f
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