Like this:
Code:template <typename T> class MyOut { MyOut& operator<<(T value); }; template <typename T> MyOut<T>& MyOut<T>::operator<<(T value) { // ... }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 14 of 14
Threaded View
|
Click Here to Expand Forum to Full Width |