[#btck-Range-01-value_type] = xref:btck.adoc[btck]::xref:btck/Range-01.adoc[Range]::value_type :relfileprefix: ../../ :mrdocs: The element type produced by the accessor. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using value_type = std::invoke_result_t<decltype(GetFunc), Container const&, size_t>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#