std::forward_list
Forget that one, that actually would be a single linked list… :P And in C++ you also have "std::integer_sequence" for compile time parameters.
But I think "sequence" implies that everything has the same type...
std::forward_list
Forget that one, that actually would be a single linked list… :P And in C++ you also have "std::integer_sequence" for compile time parameters.
But I think "sequence" implies that everything has the same type...