Package org.bytedeco.javacpp.annotation
Annotation Type ByVal
-
@Documented @Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface ByValIndicates that an argument gets passed or returned by value. When used alongsideFunctionPointer, theGeneratorpasses the underlying C++ function object (aka functor) instead of a function pointer.- See Also:
Generator
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringnullValueA C++ expression to use when null is passed.
-