Code:
template <typename T> const T" operator [] ( int idx) const;
|
Newbie Member
|
|
| 24Oct2007,17:00 | #1 |
|
what does T" means in the following signature..
Code:
template <typename T> const T" operator [] ( int idx) const;
|
|
Go4Expert Founder
|
![]() |
| 24Oct2007,20:48 | #2 |
|
Try compiling and see if it compiles correctly without any errors / warnings.
|
|
Newbie Member
|
|
| 25Oct2007,11:22 | #3 |
|
Ya compiler does give an error.
The piece of code is taken form an e-book. probably some typo. |
|
Go4Expert Founder
|
![]() |
| 25Oct2007,17:12 | #4 |
|
Looks like
|
|
Go4Expert Member
|
|
| 3Jul2009,15:27 | #5 |
|
Here T is a data type for the class type variable
![]() ![]() =ravi_garg;19559]what does T" means in the following signature.. Code:
template <typename T> const T" operator [] ( int idx) const; [/quote]
|
|
Banned
|
|
| 3Jul2009,15:31 | #6 |
|
T is a parameter over here.
|