ttg::iovec Struct Reference
Documentation
Used to describe transfer payload in types using the
- See also
- SplitMetadataDescriptor.
Public Attributes | |
| std::size_t | num_bytes |
The number of bytes to read from / write to the memory location given by data. More... | |
| void * | data |
| Pointer to the data to be read from / written to. More... | |
Member Data Documentation
◆ data
| void* ttg::iovec::data |
◆ num_bytes
| std::size_t ttg::iovec::num_bytes |
The documentation for this struct was generated from the following file:
- ttg/ttg/util/iovec.h
1.9.1