awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesNon-Null Pointer Wrappers

Specialized pointer types that guarantee a non-null value to eliminate null-pointer dereferencing errors.

Distinct from Null Value Validation: Candidates focus on null constants or general validation; this is a specialized type wrapper for null safety.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Non-Null Pointer Wrappers. Refine with filters or upvote what's useful.

Awesome Non-Null Pointer Wrappers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/gslAvatar von microsoft

    microsoft/GSL

    6,693Auf GitHub ansehen↗

    GSL is a Guidelines Support Library for C++ that provides a set of types and functions designed to implement the C++ Core Guidelines. It functions as a framework for improving code safety and portability across different platforms. The library provides a contract-based programming model to verify program invariants through precondition and postcondition assertions. It includes specialized wrappers for null-pointer safety and bounds-checked memory views to prevent buffer overflows and invalid memory access. The project also covers safe integer conversion to prevent data truncation and provide

    Provides specialized pointer types that ensure a pointer always holds a valid value and never refers to null.

    C++
    Auf GitHub ansehen↗6,693
  1. Home
  2. Operating Systems & Systems Programming
  3. Non-Null Pointer Wrappers