MCPcopy Create free account
hub / github.com/NativeScript/android / remove

Method remove

test-app/runtime/src/main/cpp/ada/ada.h:8789–8792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8787}
8788
8789inline void url_search_params::remove(const std::string_view key) {
8790 std::erase_if(params,
8791 [&key](const auto &param) { return param.first == key; });
8792}
8793
8794inline void url_search_params::remove(const std::string_view key,
8795 const std::string_view value) {

Calls

no outgoing calls