.tutorial

git-svn-id: svn://ultimatepp.org/upp/trunk@11147 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-06-08 12:15:34 +00:00
parent d803bc6297
commit 402a53774b

View file

@ -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