hello!
how to limit class template parameter T in
template <class T> SomeClass { /*.... */ }
to integral numeric types?
thanx a lot :)
hello!
how to limit class template parameter T in
template <class T> SomeClass { /*.... */ }
to integral numeric types?
--
Posted via http://dbforums.com
Comment