[#btck-Range-0b] = xref:btck.adoc[btck]::Range :relfileprefix: ../ :mrdocs: Read‐only random‐access view over an indexed C‐handle collection. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Container, auto SizeFunc, auto GetFunc> requires IndexedContainer<Container, decltype(SizeFunc), decltype(GetFunc)> class Range; ---- == Description Adapts a container that exposes `SizeFunc` and `GetFunc` into a standard range whose elements are lazily produced views. [.small]#Created with https://www.mrdocs.com[MrDocs]#