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

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

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

3 个仓库

Awesome GitHub RepositoriesGenerated Function Configuration

Use of language keywords to request the compiler to generate default implementations of constructors, destructors, and operators.

Distinct from Generator Functions: Candidates focus on FFI bindings or generator functions; this is about compiler-generated special member functions.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Generated Function Configuration. Refine with filters or upvote what's useful.

Awesome Generated Function Configuration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • federico-busato/modern-cpp-programmingfederico-busato 的头像

    federico-busato/Modern-CPP-Programming

    15,808在 GitHub 上查看↗

    This project is a comprehensive educational resource and programming course covering C++ language semantics and features from C++03 through C++26. It provides structured tutorials and technical guides focused on modern C++ development. The material offers specialized instruction on template metaprogramming, including the use of type traits and compile-time computations. It features detailed guides on concurrency and parallelism for multi-core execution, as well as a reference for software design applying SOLID principles and RAII. Additionally, it covers build performance optimization to redu

    Explains how to use default keywords for standard implementations of constructors, destructors, and operators.

    HTMLc-plus-pluscode-qualitycompilers
    在 GitHub 上查看↗15,808
  • square/kotlinpoetsquare 的头像

    square/kotlinpoet

    4,141在 GitHub 上查看↗

    KotlinPoet 是一个基于 Java 的 API,用于以编程方式创建和格式化 Kotlin 源文件。它作为一个源代码生成器和类型系统映射器,通过语言元素的类型安全模型提供框架,以构建 Kotlin 代码结构并自动化样板代码的生产。 该项目利用流式构建器模式逐步构建语言元素,并维护一个将逻辑结构与最终文本格式分离的内部对象模型表示。它通过基于缩进的格式化和感知关键字的名称转义来处理源代码生成的复杂性,以确保输出有效。 该库涵盖了广泛声明的生成,包括类、接口、函数、属性和伴生对象。它包含用于管理复杂参数化类型、枚举类和类型别名的工具,以及用于嵌入字面量和构建控制流块的工具。自动导入管理和声明引用已集成,以通过限定名称解析成员。 KotlinPoet 提供了将反射数据和符号转换为源代码表示的能力,并支持导出文件规范以供注解处理工具使用。

    Provides comprehensive utilities for defining and generating Kotlin functions with configurable bodies and signatures.

    Kotlincode-generationjavapoetkotlin
    在 GitHub 上查看↗4,141
  • nette/php-generatornette 的头像

    nette/php-generator

    2,253在 GitHub 上查看↗

    Php-generator is a metaprogramming library for programmatically generating, inspecting, parsing, and manipulating PHP source code using expressive object-oriented structures. It allows developers to construct classes, interfaces, traits, enums, functions, closures, and complete files without writing raw strings. The library features automated namespace resolution to manage fully qualified class names and use statements, preventing naming collisions in generated output. It also includes configurable formatting utilities that transform abstract syntax trees into text strings adhering to establ

    Builds global functions, anonymous closures, and short arrow functions with customizable signatures, parameters, return types, and bodies.

    PHPcode-generatornettenette-framework
    在 GitHub 上查看↗2,253
  1. Home
  2. Programming Languages & Runtimes
  3. Generated Function Configuration

探索子标签

  • Source Function GenerationProgrammatic generation of function declarations including bodies, parameters, and return types. **Distinct from Generated Function Configuration:** Distinct from Generated Function Configuration which refers to compiler-generated special members; this is about arbitrary source function synthesis.