2.5 Summary

Ru-Brd

  • Template functions define a family of functions for different template arguments.

  • When you pass template arguments, function templates are instantiated for these argument types.

  • You can explicitly qualify the template parameters.

  • You can overload function templates.

  • When you overload function templates, limit your changes to specifying template parameters explicitly.

  • Make sure you see all overloaded versions of function templates before you call them.

Ru-Brd


C++ Templates
C++ Templates: The Complete Guide
ISBN: 0201734842
EAN: 2147483647
Year: 2002
Pages: 185

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net