Remove a manually added node, returning false if it was not present.

Synopsis

Declared in <net.h>

[[requires_capability(0x7f2e2b749388), requires_capability(0x7f2e28942098), requires_capability(0x7f2e234d1278), requires_capability(0x7f2e2737da18), requires_capability(0x7f2e235ef0a8), requires_capability(0x7f2e2a34b198), requires_capability(0x7f2e219f7f68), requires_capability(0x7f2e21c82e28), requires_capability(0x7f2e1aa35988), requires_capability(0x7f2e376b7a68), requires_capability(0x7f2e433cd5f8)]]
bool
RemoveAddedNode(std::string_view node);

Return Value

false if the node was not present, true otherwise.

Parameters

Name

Description

node

the host string of the node to remove.

Created with MrDocs