awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesInline Type Lambdas

Syntactic constructs that allow defining type-level callables in-place for immediate use in compile-time computations.

Distinct from Collection Pipeline Lambdas: Differs from value-level lambdas; these are anonymous callables that operate on types at compile time.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Inline Type Lambdas. Refine with filters or upvote what's useful.

Awesome Inline Type Lambdas GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ericniebler/range-v3ericniebler 的头像

    ericniebler/range-v3

    4,367在 GitHub 上查看↗

    这是一个 C++ Ranges 库和标准模板库 (STL) 的扩展,提供了一系列用于处理数据序列的可组合算法和惰性视图。它作为惰性序列处理框架和模板元编程库,用于操作类型列表并执行编译时类型计算。 该项目通过使用管道语法和偏函数应用,在 C++ 中实现了函数式编程模式,从而创建可读的、从左到右的数据转换链。它允许构建按需过滤和转换元素的惰性数据流水线,以减少内存开销并避免不必要的拷贝。 该库涵盖了广泛的能力领域,包括序列操作、编译时类型操作以及自定义范围类型和迭代器的实现。它提供了用于急切的原地容器修改、基于投影的算法分发以及通过一系列类型级可调用对象管理类型列表的工具。

    Specifies type-level callables in place using a lambda-like syntax for immediate use in computations.

    C++
    在 GitHub 上查看↗4,367
  1. Home
  2. Programming Languages & Runtimes
  3. Inline Type Lambdas