E2372 sizeof may not be applied to a function (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

sizeof can be applied only to data objects, not functions.

You can request the size of a pointer to a function.