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
Name |
Description |
c |
Pointer to the property‐character string. |
l |
Length of the property‐character string. |
Created with MrDocs