Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gtl::internal::Equiv< LessFunc > Class Template Reference

#include <stl_util.h>

Public Member Functions

 Equiv (const LessFunc &f)
 
template<typename T >
bool operator() (const T &a, const T &b) const
 

Detailed Description

template<typename LessFunc>
class gtl::internal::Equiv< LessFunc >

Definition at line 41 of file stl_util.h.

Constructor & Destructor Documentation

◆ Equiv()

template<typename LessFunc >
gtl::internal::Equiv< LessFunc >::Equiv ( const LessFunc & f)
inlineexplicit

Definition at line 43 of file stl_util.h.

Member Function Documentation

◆ operator()()

template<typename LessFunc >
template<typename T >
bool gtl::internal::Equiv< LessFunc >::operator() ( const T & a,
const T & b ) const
inline

Definition at line 45 of file stl_util.h.


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