Inline functions

Nasza ocena:

3
Pobrań: 7
Wyświetleń: 448
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Inline functions - strona 1

Fragment notatki:

Inline functions inline int sum(int a, int b) { return a+b; }  places the code in place where it is called  many copies in case of many calls  destined to replace macro definitions  inline keyword is only a recommendation for the compiler  automatic inline function expansion  a function expanded inline has no address ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz