Metafunction that acts like tuple_element except when the index is -1, in which case it gives a default type instead. More...
Metafunction that acts like tuple_element except when the index is -1, in which case it gives a default type instead.
I | the int index of the element to get |
Tuple | the tuple to index into |