| 114 | |
| 115 | template<class TDataType> |
| 116 | Kratos::span<const TDataType> TensorAdaptor<TDataType>::ViewData() const |
| 117 | { |
| 118 | const auto& storage = *mpStorage; |
| 119 | return storage.ViewData(); |
| 120 | } |
| 121 | |
| 122 | template<class TDataType> |
| 123 | Kratos::span<TDataType> TensorAdaptor<TDataType>::ViewData() |
no outgoing calls