I want to use zip operator on a list / array of RxCpp observables, but RxCpp operators only accept variadic arguments, and the size of my list is dynamic (known at runtime).
Is there a way to use these operators on a list of observables? Thanks in advance.
Here is a naive attempt which iteratively zips each observable in a vector and accumulates the result:
Usage example:
Output: