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