Whether this value is a uses incref/decref (true) or is a special reserved value (false).
| 576 | // Whether this value is a uses incref/decref (true) or is a special reserved |
| 577 | // value (false). |
| 578 | bool uses_ref_count() const { |
| 579 | return handle > reinterpret_cast<EM_VAL>(internal::_EMVAL_LAST_RESERVED_HANDLE); |
| 580 | } |
| 581 | |
| 582 | template<typename WrapperType> |
| 583 | friend val internal::wrapped_extend(const std::string& , const val& ); |