Package org.bytedeco.javacpp.annotation
Annotation Interface ByPtr
Indicates that an argument should get passed or returned by pointer. By default,
all
Pointer
and array arguments get passed by pointer. Since it is
not used for any other purposes at the moment, this annotation has no effect.- See Also: