Compares two time unit strings at compile time. "years" are the largest
units and "hnsecs" are the smallest.
This template is used instead of cmpTimeUnits because exceptions
can't be thrown at compile time and cmpTimeUnits must enforce that
the strings it's given are valid time unit strings. This template uses a
template constraint instead.
Compares two time unit strings at compile time. "years" are the largest units and "hnsecs" are the smallest.
This template is used instead of cmpTimeUnits because exceptions can't be thrown at compile time and cmpTimeUnits must enforce that the strings it's given are valid time unit strings. This template uses a template constraint instead.