Return true if the specified value is an element of this set, and false otherwise.
Synopsis
Declared in <bdlt_dayofweekset.h>
bool
isMember(DayOfWeek::Enum value) const;
Return Value
true if value is an element of this set, and false otherwise
Parameters
Name |
Description |
value |
day of week to test |
Created with MrDocs