MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / empty

Method empty

3rd/json/include/nlohmann/json.hpp:8726–8729  ·  view source on GitHub ↗

! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Constant. @exceptionsafety No-throw guarantee: this function never throws exceptions. @liveexample{The example shows the result of `empty` for different JSON Pointers.,json_pointer__empty} @since version 3.6.0 */

Source from the content-addressed store, hash-verified

8724 @since version 3.6.0
8725 */
8726 bool empty() const noexcept
8727 {
8728 return reference_tokens.empty();
8729 }
8730
8731 private:
8732 /*!

Callers 15

mono_localizationFunction · 0.45
mono_trackingFunction · 0.45
stereo_trackingFunction · 0.45
mono_trackingFunction · 0.45
stereo_trackingFunction · 0.45
mono_trackingFunction · 0.45
mono_trackingFunction · 0.45
stereo_trackingFunction · 0.45
mono_localizationFunction · 0.45
rgbd_localizationFunction · 0.45
mono_trackingFunction · 0.45
rgbd_trackingFunction · 0.45

Calls

no outgoing calls

Tested by 1

undistort_keypointsMethod · 0.36