Package org.bytedeco.javacpp.annotation
Annotation Type ByPtrRef
Indicates that an argument gets passed or returned by a reference to a pointer.
In C++, such a beast looks like
*&
, usually to output pointers via parameters.- See Also: