Package org.bytedeco.javacpp.annotation
Annotation Type Index
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Index
Allows using method arguments to calloperator[]
in some circumstances. For example, a call like(*this)[i].foo(str)
could be accomplished with@Index native void foo(int i, String str)
.- See Also:
Generator