SheafSystem
0.0.0.0
|
A stl_scoped_index comparison policy for lexographical comparison. More...
#include <stl_scoped_index.h>
Static Public Member Functions | |
static bool | less_than (const scoped_index &xindex1, const scoped_index &xindex2) |
True, if xindex1 is less than xindex2. More... | |
static bool | equal (const scoped_index &xindex1, const scoped_index &xindex2) |
True, if xindex1 is equal to xindex2. More... | |
A stl_scoped_index comparison policy for lexographical comparison.
Definition at line 42 of file stl_scoped_index.h.
|
static |
True, if xindex1 is equal to xindex2.
Definition at line 61 of file stl_scoped_index.cc.
References sheaf::equivalence_compare_policy::less_than().
Referenced by less_than().
|
static |
True, if xindex1 is less than xindex2.
Definition at line 32 of file stl_scoped_index.cc.
References equal(), sheaf::scoped_index::is_scoped(), sheaf::scoped_index::pod(), and sheaf::scoped_index::scope_id().