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

Compares non-equality with constant at invocation. More...

#include <Predicates.hpp>

Public Member Functions

constexpr NotEquals (T to)
 
template<std::equality_comparable_with< T > U>
constexpr bool operator() (const U &other) const
 

Detailed Description

template<std::equality_comparable T>
class sl::log::NotEquals< T >

Compares non-equality with constant at invocation.

Constructor & Destructor Documentation

◆ NotEquals()

template<std::equality_comparable T>
constexpr sl::log::NotEquals< T >::NotEquals ( to)
inlineexplicitconstexpr

Member Function Documentation

◆ operator()()

template<std::equality_comparable T>
template<std::equality_comparable_with< T > U>
constexpr bool sl::log::NotEquals< T >::operator() ( const U &  other) const
inlineconstexpr

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