Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
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
 

Detailed Description

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

Functor that evaluates to a < b

Member Function Documentation

◆ operator()()

template<typename T >
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: