Template lte

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

template lte(alias first) ;

Parameters

NameDescription
first first element
second second element

Returns

bool true if lesser or equal, false otherwise