Tweeny  3
A Tweening library for modern C++

◆ 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.