VisitorProxy.exist

Returns true if this proxy contains any nodes.

struct VisitorProxy
bool
exist
()

Return Value

Type: bool

true if this proxy contains any nodes.

Examples

VisitorProxy proxy;
assert(proxy.exist == false);

Meta