readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 14 行
TXT
14 行
An Any is populated with a union whose member is not empty.
Call dynAny->from_any (Any);
to put the Any'd union into a DynAny object.
Call dynAny->to_any () : Any
to get the Any'd union from a DynAny object.
Repeat the process except this time, use a union whose member is empty,
ie, _default () has been called on the union.
from_any (Any) succeeded.
to_any () : Any failed.
to_any () needs to check for an empty union before adding its member
to a CDR stream.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?