dune-common 2.9.0
|
The negation of a set. An item is contained in the set if and only if it is not contained in the negated set. More...
#include <dune/common/enumset.hh>
Public Types | |
typedef S::Type | Type |
Static Public Member Functions | |
static bool | contains (const Type &item) |
The negation of a set. An item is contained in the set if and only if it is not contained in the negated set.
typedef S::Type Dune::NegateSet< S >::Type |
|
inlinestatic |