Stephan T. Lavavej: Core C++, 2 of n

Stephan T. Lavavej: Core C++, 2 of n

Update: 2012-07-09
Share

Description

In part 2, STL will teach us all about Template Argument Deduction. Template arguments are deduced when a call is made to a template function, but some or all template arguments are omitted. The compiler will attempt to deduce the intended template arguments. In most cases, this works as expected. If it does not, a compilation error occurs, in which case you should specify the template arguments explicitly. Now, let's see what Stephan has to say about this.

Tune in. Learn.

See part 1: Name Lookup

Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Stephan T. Lavavej: Core C++, 2 of n

Stephan T. Lavavej: Core C++, 2 of n

Charles