Tags: #inline
Thanks to inline the compiler can replace the function call by the function body. There are two reasons to use inline functions: performance and safety.
http://www.modernescpp.com/index.php/inline
Thanks to inline the compiler can replace the function call by the function body. There are two reasons to use inline functions: performance and safety.
http://www.modernescpp.com/index.php/inline
Modernescpp
inline - ModernesCpp.com