| 109 | |
| 110 | |
| 111 | __MATX_HOST__ __MATX_INLINE__ auto Data() const noexcept { return ptr; } |
| 112 | |
| 113 | template <typename Out, typename Executor> |
| 114 | void Exec(Out &&out, Executor &&ex) const { |
nothing calls this directly
no outgoing calls
no test coverage detected