Skip to content

The inline functions are a C++ enhancement feature to increase the execution time of a program.

License

Notifications You must be signed in to change notification settings

bhargaviajaypatel/CPP_Inline_Function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPP_Inline_Function

The inline functions are a C++ enhancement feature to increase the execution time of a program.

Functions can be instructed to compiler to make them inline so that compiler can replace those function definition wherever those are being called. Compiler replaces the definition of inline functions at compile time instead of referring function definition at runtime. To make any function as inline, start its definitions with the keyword “inline”.

About

The inline functions are a C++ enhancement feature to increase the execution time of a program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages