defComp

Default compare function, used with the LimitCmp struct/template

bool
defComp
(
T
)
(
T a
,
T b
)

Parameters

a T

first value to compare

b T

second value to compare with

Return Value

Type: bool

whether a == b

Meta