siplasplas
Public Member Functions | List of all members
cpp::constexp::NotEqual Struct Reference

Constexpr functor that compares two values for inequality. More...

#include <algorithm.hpp>

Public Member Functions

template<typename T , typename U >
constexpr bool operator() (const T &lhs, const U &rhs) const
 

Detailed Description

Constexpr functor that compares two values for inequality.

The functor invokes operator!= on the given values. The functor is constexpr only if the found operator!= is constexpr.


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