cpp-properties icon indicating copy to clipboard operation
cpp-properties copied to clipboard

A library that brings C# like properties to modern C++.

Results 2 cpp-properties issues
Sort by recently updated
recently updated
newest added

[a review as promised in gpds repo issue](https://github.com/simulton/gpds/issues/19#issuecomment-1921598959) this is very subjective since this is my view of what i expect from a projects documentation, and ofcourse there are different...

For certain properties, such as numeric values, it can be interesting to optionally specify a `min/max` range. The assignment of values should clamp the value within this range. GUI editors...

enhancement