Package org.bytedeco.javacpp.annotation
Annotation Type UniquePtr
-
@Documented @Retention(RUNTIME) @Target({METHOD,PARAMETER}) @Adapter("UniquePtrAdapter") public @interface UniquePtrA shorthand for@Adapter("UniquePtrAdapter<type>"). We can also define theUNIQUE_PTR_NAMESPACEmacro to something likeboost::movelibinstead of the defaultstd.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueThe template type ofUniquePtrAdapter.
-
-
-
Element Detail
-
value
java.lang.String value
The template type ofUniquePtrAdapter. If not specified, it is inferred from the value type of thePointeror Java array.- Default:
- ""
-
-