[#miniscript-operator_mst] = xref:miniscript.adoc[miniscript]::operator""_mst :relfileprefix: ../ :mrdocs: The only way to publicly construct a Type is using this literal operator. == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- consteval xref:miniscript/Type.adoc[Type] operator""_mst( char const* c, size_t l); ---- == Return Value The Type encoding the given property characters. == Parameters [cols="1,4"] |=== | Name| Description | *c* | Pointer to the property‐character string. | *l* | Length of the property‐character string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#