gte

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

template gte (
alias first
) {}

Members

Variables

eq
enum bool eq(alias second);
Undocumented in source.

Parameters

first

first element

Return Value

bool true if greater or equal, false otherwise

Meta