|
Hyper API for C++ 0.0.23576
Hyper client library for C++ applications
|
Go to the source code of this file.
Classes | |
| class | hyperapi::Name |
| Represents an escaped SQL name. More... | |
Namespaces | |
| namespace | hyperapi |
| The primary namespace of the Hyper API for C++. | |
Functions | |
| std::ostream & | hyperapi::operator<< (std::ostream &os, const Name &name) |
| Stream output operator. | |
| bool | hyperapi::operator< (const Name &a, const Name &b) noexcept |
| Smaller operator. | |
| bool | hyperapi::operator== (const Name &a, const Name &b) noexcept |
| Equality operator. | |
| bool | hyperapi::operator> (const Name &a, const Name &b) noexcept |
| Greater operator. | |
| bool | hyperapi::operator!= (const Name &a, const Name &b) noexcept |
| Not equal operator. | |
| bool | hyperapi::operator<= (const Name &a, const Name &b) noexcept |
| Smaller or equal operator. | |
| bool | hyperapi::operator>= (const Name &a, const Name &b) noexcept |
| Greater or equal operator. | |