@Documented @Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER}) @Adapter(value="UniquePtrAdapter") public @interface UniquePtr
@Adapter("UniquePtrAdapter<type>")
.
We can also define the UNIQUE_PTR_NAMESPACE
macro
to something like boost::movelib
instead of the default std
.Copyright © 2022. All rights reserved.