Represents void object.
More...
#include <Void.h>
◆ Void()
Creates a new instance of void object.
◆ operator<=>()
std::strong_ordering object::Void::operator<=> |
( |
const Void & |
| ) |
const |
|
inline |
The three way comparison implementation
- Parameters
-
- Returns
- the actual relation between two by type same objects
◆ operator==()
bool object::Void::operator== |
( |
const Void & |
| ) |
const |
|
inline |
The equality comparison implementation.
- Parameters
-
other | the other object to compare with. |
- Returns
- true if this and other objects are equal, false othervise
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
out, |
|
|
const Void & |
|
|
) |
| |
|
friend |
Print this object as raw representation to ostream.
- Parameters
-
os | ostream where to print |
instance | object to print |
- Returns
- modified output stream
◆ VOID
Singleton instance of the void object.
The documentation for this class was generated from the following files: