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

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

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

1 个仓库

Awesome GitHub RepositoriesDereference Overloading

Implements traits to define how the dereference operator behaves for custom types.

Distinct from Behavior Customization: Distinct from Behavior Customization: focuses specifically on dereference operator overloading for smart pointers.

Explore 1 awesome GitHub repository matching software engineering & architecture · Dereference Overloading. Refine with filters or upvote what's useful.

Awesome Dereference Overloading GitHub Repositories

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

    rust-lang/book

    17,930在 GitHub 上查看↗

    The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It provides a comprehensive walkthrough of the language's design, focusing on its core identity as a systems programming language that enforces memory safety and high-performance execution without the need for a garbage collector. The project is distinguished by its focus on ownership, borrowing, and lifetime tracking, which allow the compiler to verify memory safety and thread safety at compile time. It covers the language's unique approach to zero-cost abstractions, including t

    Implements traits to define how the dereference operator behaves for custom types, allowing smart pointers to be treated like regular references.

    Rustbookmdbookrust
    在 GitHub 上查看↗17,930
  1. Home
  2. Software Engineering & Architecture
  3. Architectural Design Patterns
  4. Object-Oriented Foundations
  5. Object-Oriented Programming
  6. Behavior Customization
  7. Dereference Overloading