LLVM  3.7.0
Public Member Functions | List of all members
llvm::less Struct Reference

A functor like C++14's std::less<void> in its absence. More...

#include <STLExtras.h>

Public Member Functions

template<typename A , typename B >
bool operator() (A &&a, B &&b) const
 

Detailed Description

A functor like C++14's std::less<void> in its absence.

Definition at line 392 of file STLExtras.h.

Member Function Documentation

template<typename A , typename B >
bool llvm::less::operator() ( A &&  a,
B &&  b 
) const
inline

Definition at line 393 of file STLExtras.h.


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