Gobelijn API documentation
- generated for commit a0cbea7
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Pages
template.cpp
Go to the documentation of this file.
1
template
<
typename
T>
2
T
muladd
(T a, T b, T c)
3
{
4
return
a * b + c;
5
}
6
7
// Explicitly instantiate 'muladd<T>' for 'int's.
8
template
int
muladd<int>
(int, int, int);
muladd< int >
template int muladd< int >(int, int, int)
muladd
T muladd(T a, T b, T c)
Definition:
template.cpp:2
main
cpp
linking
template.cpp
Generated on Fri Feb 1 2019 09:33:32 for Gobelijn API documentation by
1.8.6