Tweeny 3.2.0
A Tweening library for modern C++
Loading...
Searching...
No Matches

◆ peek() [1/3]

const detail::tweentraits< T, Ts... >::valuesType & peek ( ) const

Returns the current tween values.

This returns the current tween value as returned by the tween::step() function, except that it does not perform a step.

Returns
std::tuple<Ts...> with the current tween values.