#include <TagCompare.hpp>
Test if fixed-length opaque tag values are less than a value
Definition at line 28 of file TagCompare.hpp.
◆ TagBytesLess()
moab::TagBytesLess::TagBytesLess |
( |
const void * |
v, |
|
|
int |
s |
|
) |
| |
|
inline |
◆ operator()()
bool moab::TagBytesLess::operator() |
( |
const void * |
data | ) |
const |
|
inline |
Definition at line 36 of file TagCompare.hpp.
37 {
38 return 0 < memcmp( value, data, size );
39 }
References size, and value.
◆ size
int moab::TagBytesLess::size |
|
private |
◆ value
const void* moab::TagBytesLess::value |
|
private |
The documentation for this class was generated from the following file: