libDAI
Public Member Functions | List of all members
dai::first_less< T1, T2 > Struct Template Reference

Function object that returns true if a.first < b.first. More...

#include <dai/spvector.h>

Public Member Functions

bool operator() (const std::pair< T1, T2 > &a, const std::pair< T1, T2 > &b)

Detailed Description

template<typename T1, typename T2>
struct dai::first_less< T1, T2 >

Function object that returns true if a.first < b.first.


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