Знайшов пекельно круту бібліотечку: http://snawaz.github.com/foam.html
Отак вміє:
( Read more... )
Отак вміє:
auto names = from (participants) //bind to source | filter([](person p) { return p.age >= 13 && p.age <=19 }) //filtering | transform([](person p) { return p.name; } ); //transformation
( Read more... )