k06a / boolinq

Simplest C++ header-only LINQ template library
MIT License
628 stars 79 forks source link

Qt support #43

Closed martinrotter closed 4 years ago

martinrotter commented 4 years ago

You say that there is "Qt collections", what exactly this means? Any examples?

k06a commented 4 years ago

You can do boolinq::from(qList.begin(), qList.end())

neilharan commented 4 years ago

You can also do boolinq::from(qList)

k06a commented 4 years ago

👍