User: Tikah

  • Public profile

User profile: Tikah

User info
User name:Tikah
History
Joined:
Number of posts:6
Latest posts:

overloading operators for template classes
Wow, I'd never seen decltype (even if I had I probably wouldn't have thought to use it like that). T...

overloading operators for template classes
Yes, but I wouldn't think that would happen for types that can be added legitimately. What I mean is...

overloading operators for template classes
[quote]The thing to note here is that myClass is not a class. It's a template. This means that it is...

overloading operators for template classes
[quote]What is the exact error message when you try to compile the second snippet?[/quote] [output]...

overloading operators for template classes
Hello! Say I have a class like this: [code] template <typename T> class myClass { public: T ...

This user does not accept Private Messages