zero init \copydoc Mask::Mask()
| 373 | // zero init |
| 374 | ///\copydoc Mask::Mask() |
| 375 | SimdMaskArray() = default; |
| 376 | |
| 377 | // default copy ctor/operator |
| 378 | SimdMaskArray(const SimdMaskArray &) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected