|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Return a pointer to the actual data.
Will throw an exception if the shared memory segment has not been constructed correctly (e.g. it was generated by the default constructor - which can only be used as a target of a move assignment or move-copy operation.)
| T | The type of the data item. This needs to be a of standard layout types, if not, compile will fail with a static assertion. |
| nitems | If non-null, the number of items which can fit in the shared memory is returned here. |
References drama::CreateRunDramaTask(), and DramaTHROW.