KiCad PCB EDA Suite
|
A C++20 property system for arbitrary key-value storage with type safety. More...
#include <property_holder.h>
A C++20 property system for arbitrary key-value storage with type safety.
This class provides a flexible way to store arbitrary typed properties using string keys. It supports type-safe getters/setters with automatic type checking and optional default values.
Example usage:
Concept for types that can be used as property values
Definition at line 77 of file property_holder.h.