Returns the number of _remaining_ items. */
| 82 | |
| 83 | /** Returns the number of _remaining_ items. */ |
| 84 | uint32_t count() const noexcept FLPURE {return _count;} |
| 85 | |
| 86 | const Value* value() const noexcept FLPURE {return _value;} |
| 87 | explicit operator const Value* () const noexcept FLPURE {return _value;} |
nothing calls this directly
no outgoing calls
no test coverage detected