! @brief Get memory representation of the elements in this SourceDestBuffer. @details The memory representation is deduced from which overloaded SourceDestBuffer constructor was used. The memory representation is independent of the type and minimum/maximum bounds of the node in the prototype that the SourceDestBuffer will transfer to/from. However, some combinations will result in an error if doC
| 350 | @see MemoryRepresentation, NodeType |
| 351 | */ |
| 352 | MemoryRepresentation SourceDestBuffer::memoryRepresentation() const |
| 353 | { |
| 354 | return impl_->memoryRepresentation(); |
| 355 | } |
| 356 | |
| 357 | /*! |
| 358 | @brief Get total capacity of buffer. |