| 621 | |
| 622 | template <AttachmentParamBasic... TParams> |
| 623 | auto writes_concurrent(TParams... v) -> TInlineTaskPostAttachment & { return value._process_parameters(TaskAccessType::WRITE_CONCURRENT, value._internal._default_stage, v...); } |
| 624 | |
| 625 | template <AttachmentParamBasic... TParams> |
| 626 | auto reads_writes(TParams... v) -> TInlineTaskPostAttachment & { return value._process_parameters(TaskAccessType::READ_WRITE, value._internal._default_stage, v...); } |
nothing calls this directly
no test coverage detected