GetVsyncT<T> typedef

GetVsyncT<T> = GetVsync<T, Animation<T>>

Shorthand for specifying a GetVsync object's first type argument.

Implementation

typedef GetVsyncT<T> = GetVsync<T, Animation<T>>;