Cursor.visibility

Describe the visibility of the entity referred to by a cursor.

Note: This is linker visibility.

This returns the default visibility if not explicitly specified by a visibility attribute. The default visibility may be changed by commandline arguments.

struct Cursor
CXVisibilityKind
visibility
const @trusted
(
)

Return Value

The visibility of the cursor.

Meta