VisionCpp
0.0.1
|
Specialisation of the RangeBuilder class when N!=MIN. More...
#include <tuple.hpp>
Specialisation of the RangeBuilder class when N!=MIN.
Collects internal details for index ranges generation [MIN, MAX).
In this case we are recursively subtracting the N by one and adding one index to the Is... list until MIN==N.
MIN | is the starting index in the tuple. |
N | represents reduction value from MAX which is equal to sizeof..(elemens)- sizeof...(Is). |
Is... | Collection of so far generated indices. |
Declares primary template for the RangeBuilder.
MIN | is the starting index in the tuple. |
N | represents sizeof..(elemens)- sizeof...(Is) |
Is... | Collection of so far generated indices. |