FunctionCursor.isStatic

struct FunctionCursor
@property
bool
isStatic
@trusted
(
)

Return Value

Type: bool

True if the cursor refers to a C++ member function or member function template that is declared 'static'.

Meta