| 3270 | ASMJIT_INLINE_NODEBUG OpArrayIter(const T& op) noexcept : _op(op) {} |
| 3271 | ASMJIT_INLINE_NODEBUG const T& op() const noexcept { return _op; } |
| 3272 | ASMJIT_INLINE_NODEBUG void next() noexcept {} |
| 3273 | }; |
| 3274 | |
| 3275 | template<> |
no outgoing calls
no test coverage detected