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