Go to the source code of this file.
|
| hyperapi |
| The primary namespace of the Hyper API for C++.
|
|
|
std::ostream & | hyperapi::operator<< (std::ostream &os, const DatabaseName &name) |
| Stream output operator.
|
|
bool | hyperapi::operator< (const DatabaseName &a, const DatabaseName &b) noexcept |
| Smaller operator.
|
|
bool | hyperapi::operator== (const DatabaseName &a, const DatabaseName &b) noexcept |
| Equality operator.
|
|
bool | hyperapi::operator> (const DatabaseName &a, const DatabaseName &b) noexcept |
| Greater operator.
|
|
bool | hyperapi::operator!= (const DatabaseName &a, const DatabaseName &b) noexcept |
| Not equal operator.
|
|
bool | hyperapi::operator<= (const DatabaseName &a, const DatabaseName &b) noexcept |
| Smaller or equal operator.
|
|
bool | hyperapi::operator>= (const DatabaseName &a, const DatabaseName &b) noexcept |
| Greater or equal operator.
|
|