Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Merge requests
!42
Release 0.2.0
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Release 0.2.0
release-0.2.0
into
main
Overview
0
Commits
87
Pipelines
1
Changes
4
Closed
Timm Fitschen
requested to merge
release-0.2.0
into
main
2 years ago
Overview
0
Commits
87
Pipelines
1
Changes
4
0
0
Merge request reports
Viewing commit
26b3d9e5
Prev
Next
Show latest version
4 files
+
24
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Verified
26b3d9e5
MAINT: replace char[] with string
· 26b3d9e5
Timm Fitschen
authored
3 years ago
include/caosdb/utility.h
+
0
−
5
View file @ 26b3d9e5
Show full file
@@ -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