MySQL 9.0.0
Source Code Documentation
classic_protocol::borrowable::wire Namespace Reference

Classes

class  BasicInt
 
class  FixedInt
 
class  FixedInt< 1 >
 
class  FixedInt< 2 >
 
class  FixedInt< 3 >
 
class  FixedInt< 4 >
 
class  FixedInt< 8 >
 
class  Null
 
class  NulTermString
 
class  String
 
class  VarInt
 
class  VarString
 

Functions

template<bool Borrowed>
bool operator== (const String< Borrowed > &lhs, const String< Borrowed > &rhs)
 
template<class U >
constexpr bool operator== (const BasicInt< U > &lhs, const BasicInt< U > &rhs)
 

Function Documentation

◆ operator==() [1/2]

template<class U >
constexpr bool classic_protocol::borrowable::wire::operator== ( const BasicInt< U > &  lhs,
const BasicInt< U > &  rhs 
)
constexpr

◆ operator==() [2/2]

template<bool Borrowed>
bool classic_protocol::borrowable::wire::operator== ( const String< Borrowed > &  lhs,
const String< Borrowed > &  rhs 
)
inline