Package org.bytedeco.javacpp.annotation
Annotation Interface UniquePtr
@Documented
@Retention(RUNTIME)
@Target({METHOD,PARAMETER})
@Adapter("UniquePtrAdapter")
public @interface UniquePtr
A shorthand for
@Adapter("UniquePtrAdapter<type>")
.
We can also define the UNIQUE_PTR_NAMESPACE
macro
to something like boost::movelib
instead of the default std
.- See Also:
-
Optional Element Summary
Optional Elements