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

Method push_back

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

! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant. @liveexample{The example shows the result of `push_back` for different JSON Pointers.,json_pointer__push_back} @since version 3.6.0 */

Source from the content-addressed store, hash-verified

8699 @since version 3.6.0
8700 */
8701 void push_back(const std::string& token)
8702 {
8703 reference_tokens.push_back(token);
8704 }
8705
8706 /// @copydoc push_back(const std::string&)
8707 void push_back(std::string&& token)

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

no test coverage detected