| 21 | |
| 22 | inline bool isBool() { return _.is_bool(&_); } |
| 23 | inline bool isInt() { return _.is_int(&_); } |
| 24 | inline bool isUint() { return _.is_uint(&_); } |
| 25 | inline bool isDouble() { return _.is_double(&_); } |
| 26 | inline bool isString() { return _.is_string(&_); } |
nothing calls this directly
no outgoing calls
no test coverage detected