libabigail
Classes | Functions
abg-cxx-compat.h File Reference
#include <stdexcept>
Include dependency graph for abg-cxx-compat.h:
This graph shows which files directly or indirectly include this file:

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)