#include <ossim/base/ossimConstants.h>
#include <stddef.h>
#include <cstddef>
Go to the source code of this file.
◆ operator!=() [1/3]
template<typename _Tp1 , typename _Tp2 >
◆ operator!=() [2/3]
template<typename _Tp >
bool operator!= |
( |
const ossimRefPtr< _Tp > & |
__a, |
|
|
std::nullptr_t |
|
|
) |
| |
|
inlinenoexcept |
◆ operator!=() [3/3]
template<typename _Tp >
bool operator!= |
( |
std::nullptr_t |
, |
|
|
const ossimRefPtr< _Tp > & |
__a |
|
) |
| |
|
inlinenoexcept |
◆ operator==() [1/3]
template<typename _Tp1 , typename _Tp2 >
◆ operator==() [2/3]
template<typename _Tp >
bool operator== |
( |
const ossimRefPtr< _Tp > & |
__a, |
|
|
std::nullptr_t |
|
|
) |
| |
|
inlinenoexcept |
◆ operator==() [3/3]
template<typename _Tp >
bool operator== |
( |
std::nullptr_t |
, |
|
|
const ossimRefPtr< _Tp > & |
__a |
|
) |
| |
|
inlinenoexcept |