Liking cljdoc? Tell your friends :D

tech.datatype.jcpp-unsigned

A typed pointer is an abstract concept that must satisfy concepts such as the get-datatype and the ->ptr interfaces. It is logically a tuple of base pointer and datatype. In this way fat pointers can support unsigned datatypes even though the base javacpp pointers mirror the signed jvm primitive types.

A typed pointer is an abstract concept that must satisfy concepts such as the
get-datatype and the ->ptr interfaces.  It is logically a tuple of base pointer and
datatype.  In this way fat pointers can support unsigned datatypes even though the
base javacpp pointers mirror the signed jvm primitive types.
raw docstring

->typed-pointerclj

(->typed-pointer item datatype)
source

make-typed-pointerclj

(make-typed-pointer datatype elem-count-or-seq)
(make-typed-pointer datatype elem-count-or-seq options)
source

PToPtrcljprotocol

->ptrclj

(->ptr item)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close