Returns the storage format of the SparseArray
| 122 | |
| 123 | /// Returns the storage format of the SparseArray |
| 124 | af::storage getStorage() const { return stype; } |
| 125 | }; |
| 126 | static_assert(std::is_standard_layout<SparseArrayBase>::value, |
| 127 | "SparseArrayBase must be a standard layout type"); |
no outgoing calls
no test coverage detected