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... | |
Functor that evaluates to a < b
|
inlineconstexpr |
Returns true
if a < b
a | First element to be tested for a < b |
b | Second element to be tested for a < b |
true
if a < b