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