linq:Linq用于C ++中的列表理解

时间:2024-06-10 19:11:12
【文件属性】:

文件名称:linq:Linq用于C ++中的列表理解

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-10 19:11:12

C++

## Linq 用于C++列表理解的Linq,提供了用于C++的linq的实现。 这是一个例子: struct student_t { std::string last_name; std::vector scores; }; std::vector students = { { "Omelchenko", { 97, 72, 81, 60 } }, { "O'Donnell", { 75, 84, 91, 39 } }, { "Mortensen", { 88, 94, 65, 85 } }, { "Garcia", { 97, 99, 85, 98 } }, { "Beebe", { 35, 72, 91, 70 } } }; auto scores = sb::from(students). where([](const stud


【文件预览】:
linq-master
----main.cpp(28KB)
----readme.md(3KB)
----Makefile(134B)
----enumerable.h(65KB)
----msvc()
--------linq.vcxproj(4KB)

网友评论