#include <int.hpp>
List of all members.
Definition at line 409 of file int.hpp.
Definition at line 410 of file int.hpp.
[inline, static]
s1 R + s0 >= t1 R + t0.
Definition at line 414 of file int.hpp.
{ if (s1 > t1) return true; if (s1 < t1) return false; return s0 >= t0; }