File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 131
131
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
132
132
| inout | 呼び先⇔呼び元 | 不可 | 単一、二重 | 不要 | |
133
133
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
134
- | send | 呼び先→ 呼び元 | 不可 | 単一、二重 | 必要 |引数としてアロケータシグニチャを取る |
134
+ | send | 呼び元→呼び先 | 不可 | 単一、二重 | 必要 |引数としてアロケータシグニチャを取る |
135
135
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
136
- | receive | 呼び先← 呼び元 | 不可 | 二重、三重 | 必要 |引数としてアロケータシグニチャを取る |
136
+ | receive | 呼び元←呼び先 | 不可 | 二重、三重 | 必要 |引数としてアロケータシグニチャを取る |
137
137
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
138
138
139
139
C 言語におけるポインタ型がの引数は、以下の点であいまいさがあります。
You can’t perform that action at this time.
0 commit comments