Simple-Log
alpha-v0.7
|
#include <algorithm>
#include <concepts>
Go to the source code of this file.
Classes | |
class | sl::log::Equals< T > |
Compares equality with constant at invocation. More... | |
class | sl::log::NotEquals< T > |
Compares non-equality with constant at invocation. More... | |
class | sl::log::Less< T > |
Compares less-ordering with constant at invocation. More... | |
class | sl::log::Greater< T > |
Compares greater-ordering with constant at invocation. More... | |
class | sl::log::LessEquals< T > |
Compares less-equality-ordering with constant at invocation. More... | |
class | sl::log::GreaterEquals< T > |
Compares greater-equality-ordering with constant at invocation. More... | |
class | sl::log::Between< T > |
Compares less-ordering with high and greater-ordering with low constant at invocation. More... | |
class | sl::log::BetweenEquals< T > |
Compares less-equality-ordering with high and greater-equality-ordering with low constant at invocation. More... | |
Namespaces | |
sl | |
sl::log | |