[#uint160-2constructor-08] = xref:uint160.adoc[uint160]::uint160 :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<uint256.h>` Constructs a zero‐valued uint160. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:uint160/2constructor-02.adoc[uint160]() = default; ---- [.small]#xref:uint160/2constructor-02.adoc[_» more..._]# Constructs a uint160 by copying bytes from a span. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit xref:uint160/2constructor-06.adoc[uint160](std::span<unsigned char const> vch); ---- [.small]#xref:uint160/2constructor-06.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *vch* | A span of exactly 20 bytes to copy into the blob. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#