has_value method for compatibility
| 654 | |
| 655 | // has_value method for compatibility |
| 656 | bool has_value() const FL_NOEXCEPT { |
| 657 | return mValue && !mValue->is_null(); |
| 658 | } |
| 659 | |
| 660 | // Get access to the internal json_value for direct variant visiting |
| 661 | // Returns nullptr if no value is set |