Skip to content
Snippets Groups Projects

Release 0.2.0

Closed Timm Fitschen requested to merge release-0.2.0 into main
4 files
+ 24
27
Compare changes
  • Side-by-side
  • Inline

Files

@@ -147,11 +147,6 @@ public:
*/
auto operator=(JsonValue &&other) noexcept -> JsonValue &;
/**
* Return true if the `wrapped` object is the nullptr.
*/
inline auto IsNull() const -> bool { return this->wrapped == nullptr; }
/**
* Reset this object.
*
Loading