Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
equivalent< O > Struct Template Reference

#include <functional.hpp>

Public Member Functions

 equivalent (const O &x)
bool operator() (const typename O::first_argument_type &x, const typename O::second_argument_type &y) const

Detailed Description

template<typename O>
struct adobe::equivalent< O >

Definition at line 312 of file functional.hpp.

Constructor & Destructor Documentation

◆ equivalent()

template<typename O>
equivalent ( const O & x)
explicit

Definition at line 314 of file functional.hpp.

Member Function Documentation

◆ operator()()

template<typename O>
bool operator() ( const typename O::first_argument_type & x,
const typename O::second_argument_type & y ) const

Definition at line 316 of file functional.hpp.