DataType Object.
More...
#include <ad/map/match/Object.hpp>
bool ad::map::match::Object::operator!= |
( |
const Object & |
other | ) |
const |
|
inline |
standard comparison operator
- Parameters
-
- Returns
true
if both Object are different
Object& ad::map::match::Object::operator= |
( |
const Object & |
other | ) |
|
|
default |
standard assignment operator
- Parameters
-
- Returns
- Reference to this Object.
Object& ad::map::match::Object::operator= |
( |
Object && |
other | ) |
|
|
default |
standard move operator
- Parameters
-
- Returns
- Reference to this Object.
bool ad::map::match::Object::operator== |
( |
const Object & |
other | ) |
const |
|
inline |
standard comparison operator
- Parameters
-
- Returns
true
if both Object are equal
The documentation for this struct was generated from the following file: