{"id":27057857,"url":"https://github.com/mrange/cpplinq","last_synced_at":"2025-04-05T11:33:46.391Z","repository":{"id":4947338,"uuid":"6104579","full_name":"mrange/cpplinq","owner":"mrange","description":"LINQ for C++ (cpplinq) is an extensible C++11 library of higher-order functions for range manipulation. cpplinq draws inspiration from LINQ for C#.","archived":false,"fork":false,"pushed_at":"2021-02-17T03:45:12.000Z","size":775,"stargazers_count":185,"open_issues_count":13,"forks_count":40,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-04-02T02:09:04.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://cpplinq.codeplex.com/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ThemeFuse/Unyson-Forms-Extension","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrange.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.html","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-06T16:41:19.000Z","updated_at":"2025-03-31T08:52:47.000Z","dependencies_parsed_at":"2022-08-04T01:15:11.385Z","dependency_job_id":null,"html_url":"https://github.com/mrange/cpplinq","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrange%2Fcpplinq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrange%2Fcpplinq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrange%2Fcpplinq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrange%2Fcpplinq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrange","download_url":"https://codeload.github.com/mrange/cpplinq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332057,"owners_count":20921849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-05T11:33:40.536Z","updated_at":"2025-04-05T11:33:46.383Z","avatar_url":"https://github.com/mrange.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"cpplinq - LINQ-like list manipulations for C++11\n================================================\n\nLINQ for C++ (cpplinq) is an extensible C++11 library of higher-order functions for range manipulation. cpplinq draws inspiration from LINQ for C#.\n\n```cpp\n#include \"cpplinq.hpp\"\n\nint computes_a_sum ()\n{\n    using namespace cpplinq;    \n    int ints[] = {3,1,4,1,5,9,2,6,5,4};\n\n    // Computes the sum of all even numbers in the sequence above\n    return \n            from_array (ints)\n        \u003e\u003e  where ([](int i) {return i%2 ==0;})     // Keep only even numbers\n        \u003e\u003e  sum ()                                  // Sum remaining numbers\n        ;\n}\n```\n\nSee the documentation: http://cpplinq.codeplex.com/documentation\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrange%2Fcpplinq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrange%2Fcpplinq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrange%2Fcpplinq/lists"}