Flagger with referenced/external dictionary accepting values of (integer) type T.
More...
template<class F>
class drain::Flags2< F >
Flagger with referenced/external dictionary accepting values of (integer) type T.
Designed for local, instantaneous use. Should several flaggers use the same dictionary, use Flagger2<F> instead.
- Template Parameters
-
F | – SingleFlagger<T> or MultiFlagger<T>, integer type T Flagger with own dictionary, and accepting values of (integer) type T Designed for local, instantaneous use. Should several flaggers use the same dictionary, use Flagger2<F> instead. |
F | – SingleFlagger<T> or MultiFlagger<T> |