Template eq

Instantiate a template that will check equality of first with second

template eq(alias first) ;

Parameters

NameDescription
first first element
second second element

Returns

bool true if equal, false otherwise