libabigail
Loading...
Searching...
No Matches
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)
 

Function Documentation

◆ operator!=()

template<typename T , typename U >
bool operator!= ( const optional< T > & lhs,
const optional< U > & rhs )

Definition at line 109 of file abg-cxx-compat.h.

◆ operator==()

template<typename T , typename U >
bool operator== ( const optional< T > & lhs,
const optional< U > & rhs )

Definition at line 98 of file abg-cxx-compat.h.