FunctionCursor.isStatic

struct FunctionCursor
@property @trusted
bool
isStatic
()

Return Value

Type: bool

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

Meta