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-main.cpp
Go to the documentation of this file.
1
#include <iostream>
2
3
template
<
typename
T>
4
T
muladd
(T a, T b, T c);
5
6
int
main
() { std::cout << muladd<int>(1, 2, 3) << std::endl; }
main
int main()
Definition:
template-main.cpp:6
muladd
T muladd(T a, T b, T c)
Definition:
incompatible-template.cpp:2
main
cpp
linking
template-main.cpp
Generated on Fri Feb 1 2019 09:33:32 for Gobelijn API documentation by
1.8.6