I wrote a templated wrapper class meant to be templated only on types in a certain namespace.
Is there a way to static_assert
that T
is in x::
in c++ ?
I wrote a templated wrapper class meant to be templated only on types in a certain namespace.
Is there a way to static_assert
that T
is in x::
in c++ ?