How can I check if a certain function overload is invalid?
I am making a type erased class TypeErased
using std::variant
, that could be an integer, a complex number, a vector, or an error.
I am making a type erased class TypeErased
using std::variant
, that could be an integer, a complex number, a vector, or an error.