Skip to main content
DaphneTF
Periods
CI
Forum
Light
Dark
System
Login
Periods
summer semester 2026
Programmieren in C++
SVN
public
code
vorlesung-09
InliningDemoFunctions.cpp
SVN
/
public
/
code
/
vorlesung-09
/
InliningDemoFunctions.cpp
Revision
8201
Date
23 Jun 2026, 16:01
Committer
hb1003
Download
1
bool
compareNotInlinable
(
int
x
,
int
y
)
{
return
x
>
y
;
}