Tomographer  v2.0
Tomographer C++ Framework Documentation
Tomographer::Logger::StaticIsAtLeastOfSeverity< Level, BaseLevel > Struct Template Reference

Helper for statically determining if Level is at least as severe as BaseLevel. More...

#include <tomographer2/tools/loggers.h>

Public Types

enum  
 

Detailed Description

template<int Level, int BaseLevel>
struct Tomographer::Logger::StaticIsAtLeastOfSeverity< Level, BaseLevel >

Helper for statically determining if Level is at least as severe as BaseLevel.

The member value is statically defined to 1 if Level is at least as severe as BaseLevel, otherwise it is defined to 0.

See also isAtLeastOfSeverity().

Definition at line 261 of file loggers.h.


The documentation for this struct was generated from the following file: