Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
logical_xor< C1, C2 > Struct Template Reference

xor funtion object More...

#include <selection_algorithms.hpp>

Public Member Functions

bool operator() (const C1 &x, const C2 &y) const

Detailed Description

template<typename C1, typename C2 = C1>
struct adobe::logical_xor< C1, C2 >

Definition at line 86 of file selection_algorithms.hpp.

Member Function Documentation

◆ operator()()

template<typename C1, typename C2 = C1>
bool operator() ( const C1 & x,
const C2 & y ) const
Returns
x != y

Definition at line 88 of file selection_algorithms.hpp.