Hyper API for C++  0.0.16638
Hyper client library for C++ applications
Name.hpp File Reference
#include "hyperapi/optional.hpp"
#include "hyperapi/string_view.hpp"
#include <stdexcept>
#include <string>
#include <hyperapi/impl/Name.impl.hpp>

Go to the source code of this file.

Classes

class  hyperapi::Name
 Represents an escaped SQL name. More...
 

Namespaces

 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.