![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <cassert>
Go to the source code of this file.
Classes | |
class | helper::Optional< ValueType > |
Lightweight implementation of optional. More... | |
Namespaces | |
namespace | helper |
Functions | |
template<class T > | |
bool | helper::operator== (const Optional< T > &lhs, const Optional< T > &rhs) |
template<class T > | |
bool | helper::operator== (const T &lhs, const Optional< T > &rhs) |
template<class T > | |
bool | helper::operator== (const Optional< T > &lhs, const T rhs) |