C++ template with condition for type – Debian
I have class with template. I want to add template condition for one of the class methods. The idea is for float types I want separate passed method to call this with some epsillon value. Is it possible? The example…