mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@11148 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
402a53774b
commit
130b03b335
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ void Map()
|
||||||
DUMP(p);
|
DUMP(p);
|
||||||
|
|
||||||
/// Alternatively, it is possible to create 'projection range' of VectorMap that provides
|
/// Alternatively, it is possible to create 'projection range' of VectorMap that provides
|
||||||
/// convenient key/value iteration, using `operator~` (note that is also removes 'unliked'
|
/// convenient key/value iteration, using `operator~` (note that is also removes 'unlinked'
|
||||||
/// items, see later):
|
/// items, see later):
|
||||||
|
|
||||||
for(const auto& e : ~m) {
|
for(const auto& e : ~m) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue