dune-common
2.7.1
|
activate if current and mask have common bits switched on. More...
#include <dune/common/debugstream.hh>
Public Types | |
enum | { value = ((current & mask)!=0) } |
activate if current and mask have common bits switched on.
This template implements an alternative strategy to activate or deactivate a DebugStream. Keep in mind to number your streams as powers of two if using this template