I’ve found the following restrictions of inline functions:
- no
breakorcontinueallowed -
publicorprotectedinlinefunctions can not accessprivateorinternalmembers - no nested functions
- no recursion
Have I missed something?
I’ve found the following restrictions of inline functions:
break or continue allowedpublic or protected inline functions can not access private or internal membersHave I missed something?