Tomographer  v1.0a
Tomographer C++ Framework Documentation
Tomographer::Logger::static_is_at_least_of_severity< Level, BaseLevel > Struct Template Reference

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

#include <tomographer/tools/loggers.h>

Public Types

enum  
 

Detailed Description

template<int Level, int BaseLevel>
struct Tomographer::Logger::static_is_at_least_of_severity< 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 is_at_least_of_severity().

Definition at line 259 of file loggers.h.


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