Home > Archive > VC STL > February 2005 > Type Deduce
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| hangaround 2005-02-18, 4:02 am |
| What does "Type Deduce" in STL can do?
Who can give me an example?
| |
| Tom Widmer 2005-02-18, 8:59 am |
| hangaround wrote:
> What does "Type Deduce" in STL can do?
> Who can give me an example?
There is no "Type Deduce" in STL. What do you mean? Are you asking about
template argument deduction? This has nothing directly to do with the
STL, but is a language feature.
For general information on templates, the book "C++ Templates" by is
your best bet: http://www.josuttis.com/tmplbook/index.html
Tom
| |
| Tom Widmer 2005-02-18, 8:59 am |
| hangaround wrote:
> What does "Type Deduce" in STL can do?
> Who can give me an example?
There is no "Type Deduce" in STL. What do you mean? Are you asking about
template argument deduction? This has nothing directly to do with the
STL, but is a language feature.
For general information on templates, the book "C++ Templates" is your
best bet: http://www.josuttis.com/tmplbook/index.html
Tom
| |
| hangaround 2005-02-21, 4:04 pm |
| I see.Thank you!
"Tom Widmer" wrote:
> hangaround wrote:
>
> There is no "Type Deduce" in STL. What do you mean? Are you asking about
> template argument deduction? This has nothing directly to do with the
> STL, but is a language feature.
>
> For general information on templates, the book "C++ Templates" is your
> best bet: http://www.josuttis.com/tmplbook/index.html
>
> Tom
>
|
|
|
|
|