Template lt

Instantiate a template that will check if first is less than second

template lt(alias first) ;

Parameters

NameDescription
first first element
second second element

Returns

bool true if lesser, false otherwise