Hi guys,
If I have a VtValue which is a VtArray, T unknown, is there a way to split the VtValue in a vector of VtValue of T each containing an element of the array ?? Without checking each types like IsHolding<VtArray>, IsHolding<VtArray> etc ??
Thank you,
Baptiste