Simple-Log  alpha-v0.7
sl::log::Between< T > Class Template Reference

Compares less-ordering with high and greater-ordering with low constant at invocation. More...

#include <Predicates.hpp>

Public Member Functions

constexpr Between (T one, T two)
 
template<std::totally_ordered_with< T > U>
constexpr bool operator() (const U &other) const
 

Detailed Description

template<std::totally_ordered T>
class sl::log::Between< T >

Compares less-ordering with high and greater-ordering with low constant at invocation.

Constructor & Destructor Documentation

◆ Between()

template<std::totally_ordered T>
constexpr sl::log::Between< T >::Between ( one,
two 
)
inlineexplicitconstexpr

Member Function Documentation

◆ operator()()

template<std::totally_ordered T>
template<std::totally_ordered_with< T > U>
constexpr bool sl::log::Between< T >::operator() ( const U &  other) const
inlineconstexpr

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