ContinueNodeBody
[req.continue_node_body]
Body タイプは、次の要件を満たす場合に ContinueNodeBody の要件を満たします:
ContinueNodeBody の要件: 擬似署名、セマンティクス
- Body::~Body()
デストラクター。
- Output Body::operator()(const continue_msg &v)
要件:
Output
タイプは、作成中にBody
オブジェクトが渡されるcontinue_node
インスタンスのOutput
テンプレート・タイプ引数と同じである必要があります。操作を実行して Output タイプの値を返します。
参照: