libabigail
|
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | optional< T > |
Simplified implementation of std::optional just enough to be used as a replacement for our purposes and when compiling with pre C++17. More... | |
Functions | |
template<typename T , typename U > | |
bool | operator!= (const optional< T > &lhs, const optional< U > &rhs) |
template<typename T , typename U > | |
bool | operator== (const optional< T > &lhs, const optional< U > &rhs) |
bool operator!= | ( | const optional< T > & | lhs, |
const optional< U > & | rhs ) |
Definition at line 109 of file abg-cxx-compat.h.
bool operator== | ( | const optional< T > & | lhs, |
const optional< U > & | rhs ) |
Definition at line 98 of file abg-cxx-compat.h.