always_inline

Previous Specifying Attributes of Functions Next

Generally, functions are not inlined unless optimization is specified. For functions declared inline, this attribute inlines the function even if no optimization level was specified.