Constructs an owning copy from a matching view.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename ViewType>
requires std::derived_from<ViewType, View<CType>>
Handle(ViewType const& view);
Parameters
Name |
Description |
view |
The view whose C object is duplicated. |
Created with MrDocs