| 66 | /// Standard iterator |
| 67 | const choc::value::Value* begin() const noexcept { return args; } |
| 68 | const choc::value::Value* end() const noexcept { return args + numArgs; } |
| 69 | }; |
| 70 | |
| 71 | //============================================================================== |
no outgoing calls
no test coverage detected