CUDA_MEMCPY2D? ( object -- ? )


Vocabulary
cuda.ffi

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the CUDA_MEMCPY2D class.

Definition
USING: classes.tuple.private ;

IN: cuda.ffi

: CUDA_MEMCPY2D? ( object -- ? )
\ CUDA_MEMCPY2D 9 tuple-instance? ;