observable_unique_ptr

Smart pointers

Provides unique ownership smart pointers with observable lifetime control

Unique-ownership smart pointers with observable lifetime.

GitHub

34 stars
4 watching
3 forks
Language: C++
last commit: over 1 year ago
cppcpp17header-onlyownership-typessmart-pointers

Related projects:

Repository Description Stars
mpusz/shared_ptr_2.0 A C++ implementation of a smart pointer that uses reference counting for managing dynamic memory 2
tower120/trackable_ptr A smart pointer class that updates when the tracked object moves or is destroyed. 25
snaipe/libcsptr A set of smart pointer constructs for the C programming language 1,594
gotidy/ptr Provides functions to simplify creation of pointers from constants of basic types 27
alire-project/smart_pointers An implementation of smart pointer techniques in Ada to manage dynamic memory and reduce manual memory management overhead. 1
eyalz800/zpp_bits A lightweight C++20 serialization and RPC library in one header file 747
igorbuchelnikov/observablecomputations A .NET library for computations on objects with INotifyPropertyChanged and INotifyCollectionChanged interfaces 110
prabhuomkar/pytorch-cpp A C++ implementation of PyTorch tutorials 1,965
thekvs/cpp-serializers Compares performance of various data serialization libraries in C++ 730
ckormanyos/real-time-cpp A companion code repository for the book Real-Time C++ providing reference application code and examples for efficient object-oriented and template microcontroller programming. 606
shafik/determine_c_or_cpp Compares C and C++ language features to determine their type and behavior 197
richelbilderbeek/travis_cpp_tutorial A tutorial on using Travis CI with C++ to integrate continuous integration into C++ projects. 169
pkcs11interop/pkcs11interop A managed .NET wrapper for unmanaged PKCS#11 libraries 263
richelbilderbeek/travis_gcc_cpp17 A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. 21
veselink1/refl-cpp Provides compile-time reflection and introspection capabilities for C++17 1,086