]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/mkdocs/docs/api/macros/json_assert.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / mkdocs / docs / api / macros / json_assert.md
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/mkdocs/docs/api/macros/json_assert.md b/ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/mkdocs/docs/api/macros/json_assert.md
new file mode 100644 (file)
index 0000000..63d4ae0
--- /dev/null
@@ -0,0 +1,11 @@
+# JSON_ASSERT(x)
+
+```cpp
+JSON_ASSERT(x)
+```
+
+## Default implementation
+
+```cpp
+assert(x);
+```