LLVM  8.0.1
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 "llvm/ADT/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 1387 of file STLExtras.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1388 of file STLExtras.h.


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