Static axiomatic methods on value types stored in class ScopeStore.
Definition at line 43 of file scopestore.inl.
Public Static Method Index: | |
static ALIB_API bool | AreEqual (T first, T second) |
static ALIB_API bool | IsNull (T value) |
static ALIB_API T | NullValue () |
|
static |
Compares two template values.
first | First value. |
second | Second value. |
true
if objects are equal, false
otherwise.
|
static |
Returns true if the value is representing 'null'.
value | The object to test for 'null'. |
true
if the value is representing 'null', false
otherwise.
|
static |
Static method to retrieve a value representing 'null' for the template type.