![]()  | 
  
    MySQL 9.5.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) |