Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
DatabaseName.hpp File Reference

Go to the source code of this file.

Classes

class  hyperapi::DatabaseName
 Represents an escaped SQL database name. More...
 
struct  std::hash< hyperapi::DatabaseName >
 Specialization of std::hash for hyperapi::DatabaseName. More...
 

Namespaces

namespace  hyperapi
 The primary namespace of the Hyper API for C++.
 

Functions

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.