Package org.bytedeco.javacpp.annotation
Annotation Type ByRef
-
@Documented @Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface ByRef
Indicates that an argument gets passed or returned by reference. When used alongsideFunctionPointer
, theGenerator
passes the underlying C++ function object (aka functor) instead of a function pointer.- See Also:
Generator