miniscript::operator""_mst

The only way to publicly construct a Type is using this literal operator.

Synopsis

Declared in <script/miniscript.h>

consteval
Type
operator""_mst(
    char const* c,
    size_t l);

Return Value

The Type encoding the given property characters.

Parameters

NameDescription
cPointer to the property-character string.
lLength of the property-character string.