MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / push_back

Method push_back

dependencies/json/json.hpp:11898–11901  ·  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

11896 @since version 3.6.0
11897 */
11898 void push_back(const std::string& token)
11899 {
11900 reference_tokens.push_back(token);
11901 }
11902
11903 /// @copydoc push_back(const std::string&)
11904 void push_back(std::string&& token)

Callers 15

RegisterPluginMethod · 0.45
_appendMethod · 0.45
LoadProfileToListMethod · 0.45
UpdateProfileListMethod · 0.45
ParseColorsFunction · 0.45
OptionDeviceFunction · 0.45
ProcessOptionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected