Remove the specified value from this set. Return true if value was a member of this set, and false otherwise.
Synopsis
Declared in <bdlt_dayofweekset.h>
bool
remove(DayOfWeek::Enum value);
Return Value
true if value was a member of this set, and false otherwise
Parameters
Name |
Description |
value |
day of week to remove |
Created with MrDocs