Skip to content

Commit

Permalink
基本指定子の表修正
Browse files Browse the repository at this point in the history
 send/recieveの項目「データを渡す方向」で呼び元・呼び先が逆に表記されていたため修正
  • Loading branch information
auxa-m45 committed Sep 12, 2022
1 parent b9bf64c commit 82daada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tecs/CDLref_signature.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
| inout | 呼び先⇔呼び元 | 不可 | 単一、二重 | 不要 | |
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
| send | 呼び先→呼び元 | 不可 | 単一、二重 | 必要 |引数としてアロケータシグニチャを取る |
| send | 呼び元→呼び先 | 不可 | 単一、二重 | 必要 |引数としてアロケータシグニチャを取る |
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
| receive | 呼び先←呼び元 | 不可 | 二重、三重 | 必要 |引数としてアロケータシグニチャを取る |
| receive | 呼び元←呼び先 | 不可 | 二重、三重 | 必要 |引数としてアロケータシグニチャを取る |
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+

C 言語におけるポインタ型がの引数は、以下の点であいまいさがあります。
Expand Down

0 comments on commit 82daada

Please sign in to comment.