以下的转换运算符将对象序列中的元素转换为所需的类型。
cast(typeid)
将对象序列中的元素转换为类型 typeid(在 include/mcouda.h 中定义的内部整数)
convert(typeid)
将对象序列的值转换为所需的类型。参数 typeid 是在 include/mcouda.h 中定义的整数类型标识符。