remove method

bool remove(
  1. Subscription subscription
)

Removes the subscription from the set, if it exists.

Implementation

bool remove(Subscription subscription) => _handle.erase(subscription._handle);