MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
optional.h File Reference
#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)