Feb 27, 2022 at 1:35pm UTC
What I am aiming to do is to have parameters for a function be similar to std::vector where you choose the parameters and there is a minimum of 1 parameter. Thanks!
Feb 27, 2022 at 2:18pm UTC
Maybe a bit of defining terminology is in order.
A std::vector is not a function, it is a template class with member functions (methods). More than a few overloaded methods.
Your question needs more explanation so we can better narrow down what you are trying to do.
Feb 27, 2022 at 3:59pm UTC
Point well made, Peter87.
Weird, I typed class template originally, but it didn't look quite right so I swapped it.
My petard hoisted quite nicely. :D
Last edited on Feb 27, 2022 at 4:09pm UTC