Template gt

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

template gt(alias first) ;

Parameters

NameDescription
first first element
second second element

Returns

bool true if greater, false otherwise