Package org.bytedeco.javacpp.annotation
Annotation Interface ByPtrPtr
Indicates that an argument gets passed or returned by a pointer to a pointer.
This is usually used as a shortcut for the more versatile
PointerPointer
peer class, but where the latter is not needed because the argument is not an array.- See Also: