Skylark (Sketching Library)  0.1
Public Member Functions
std::equal_to< std::pair< T1, T2 > > Struct Template Reference

#include <utilities.hpp>

List of all members.

Public Member Functions

bool operator() (const std::pair< T1, T2 > &one, const std::pair< T1, T2 > &two) const

Detailed Description

template<typename T1, typename T2>
struct std::equal_to< std::pair< T1, T2 > >

Definition at line 49 of file utilities.hpp.


Member Function Documentation

template<typename T1 , typename T2 >
bool std::equal_to< std::pair< T1, T2 > >::operator() ( const std::pair< T1, T2 > &  one,
const std::pair< T1, T2 > &  two 
) const [inline]

Definition at line 50 of file utilities.hpp.


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