Skip to content

ExcessPhase/unique

Repository files navigation

template-mixins by example of a unique, immutable set of classes

Author: Peter Foelsche | Date: October 2024..January 2025 | Location: Austin, TX, USA | Email: peter_foelsche@outlook.com

News

Fixed a bug in unique.h which I fixed already many times in other versions. When attempting to erase a pointer from the object registry, one has to make certain, that not another pointer of an identical object is going to be erased.

Introduction

This code shows how to avoid creating multiple copies of identical objects of immutable classes in a hierarchy.

About

A C++ method to implement shared pointer to immutable and unique objects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages