Answer the question
In order to leave comments, you need to log in
How to move the template cast operator outside the class?
In general, is it possible?
The code below compiles fine, but I have no idea how to take it out of the class.
class Experimental {
template<typename Type> operator Type() {
return Type();
}
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question