isnullptr: Check if an 'externalptr' is a null pointer

Description Usage Arguments Value Examples

Description

isnullptr checks if an object of type 'externalptr' is a null pointer.

Usage

1
isnullptr(pointer)

Arguments

pointer

object of type 'externalptr'

Value

TRUE if null pointer, FALSE otherwise

Examples

1
2
isnullptr(new("externalptr"))
isnullptr("any_data")

isnullptr documentation built on May 2, 2019, 1:26 p.m.