[#UniValueType-2constructor-05] = xref:UniValueType.adoc[UniValueType]::UniValueType :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<rpc/util.h>` Construct a matcher that accepts any type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValueType/2constructor-03.adoc[UniValueType](); ---- [.small]#xref:UniValueType/2constructor-03.adoc[_» more..._]# Construct a matcher that accepts only the given concrete type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValueType/2constructor-0f.adoc[UniValueType](xref:UniValue.adoc[UniValue::VType] _type); ---- [.small]#xref:UniValueType/2constructor-0f.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *_type* | The required UniValue type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#