Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

#include <operator.hpp>

Public Types

typedef bool result_type

Public Member Functions

template<typename T>
bool operator() (const T &x, const T &y) const
template<typename T, typename U>
bool operator() (const T &x, const U &y) const
bool operator() (const std::type_info &x, const std::type_info &y) const

Detailed Description

Definition at line 52 of file operator.hpp.

Member Typedef Documentation

◆ result_type

typedef bool result_type

Definition at line 53 of file operator.hpp.

Member Function Documentation

◆ operator()() [1/3]

template<typename T>
bool operator() ( const T & x,
const T & y ) const

Definition at line 56 of file operator.hpp.

◆ operator()() [2/3]

template<typename T, typename U>
bool operator() ( const T & x,
const U & y ) const

Definition at line 61 of file operator.hpp.

◆ operator()() [3/3]

bool operator() ( const std::type_info & x,
const std::type_info & y ) const

Definition at line 65 of file operator.hpp.