Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Algorithms::smallerThan< T > Struct Template Reference

Functor that evaluates to a < b More...

#include <AlgorithmBubbleSort.h>

Public Member Functions

constexpr bool operator() (const T &a, const T &b)
 Returns true if a < b More...
 

Detailed Description

template<typename T>
struct SC::Algorithms::smallerThan< T >

Functor that evaluates to a < b

Member Function Documentation

◆ operator()()

template<typename T >
constexpr bool SC::Algorithms::smallerThan< T >::operator() ( const T &  a,
const T &  b 
)
inlineconstexpr

Returns true if a < b

Parameters
aFirst element to be tested for a < b
bSecond element to be tested for a < b
Returns
Returns true if a < b

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