sonible / VCTR

A powerful C++ 20 wrapper around your favorite standard library containers
https://sonible.github.io/VCTR/
Other
25 stars 1 forks source link

Vctr 55 implement clamp, clamp low, clamp high #56

Closed JanosGit closed 1 year ago

JanosGit commented 1 year ago

This includes a bit of rework of the ExpressionChainBuilder class in order to make it possible to pass variables computed at runtime to expressions.

I'd recommend going over the Expressions/Readme additions first, then have a look at the changes of the ExpressionChainBuilder and finally check the implementation of the clamp functions