Remove a manually added node, returning false if it was not present.
Synopsis
Declared in <net.h>
[[requires_capability(0x7f950f5fed88), requires_capability(0x7f950ed875b8), requires_capability(0x7f950b48f828), requires_capability(0x7f95034d2448), requires_capability(0x7f950e20f818), requires_capability(0x7f95277474b8), requires_capability(0x7f950c324648), requires_capability(0x7f950c240278), requires_capability(0x7f95018b9a28), requires_capability(0x7f950bd918d8), requires_capability(0x7f95065c8fd8)]]
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