Template gte

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

template gte(alias first) ;

Parameters

NameDescription
first first element
second second element

Returns

bool true if greater or equal, false otherwise