Horizon
ranges
not_equal_to
Public Types
|
Public Member Functions
|
Public Attributes
|
List of all members
ranges::not_equal_to Struct Reference
Functional
Public Types
using
is_transparent
= void
Public Member Functions
template
(typename T, typename U)() const expr bool operator()(T &&t
Public Attributes
U &&u
const
Member Data Documentation
◆
const
U&& u ranges::not_equal_to::const
Initial value:
{
return
!
equal_to
{}((T &&) t, (U &&) u)
meta::equal_to
bool_< T::type::value==U::type::value > equal_to
A Boolean integral constant wrapper around the result of comparing T::type::value and U::type::value ...
Definition:
meta.hpp:237
The documentation for this struct was generated from the following file:
3rd_party/range-v3/range/v3/functional/
comparisons.hpp
Generated by
1.9.4