How to make partial specification of a template method of a template class in C++?
I try to make a class method that should execute the part of code only if the static condition is true. Otherwise it shouldn’t be executed or even compiled. Below is a simplified variant of the code I try to make: