|
|
template<class T > |
| bool | lrdb::operator== (const optional< T > &lhs, const optional< T > &rhs) |
| |
|
template<class T > |
| bool | lrdb::operator!= (const optional< T > &lhs, const optional< T > &rhs) |
| |
|
template<class T > |
| bool | lrdb::operator< (const optional< T > &lhs, const optional< T > &rhs) |
| |
|
template<class T > |
| bool | lrdb::operator<= (const optional< T > &lhs, const optional< T > &rhs) |
| |
|
template<class T > |
| bool | lrdb::operator> (const optional< T > &lhs, const optional< T > &rhs) |
| |
|
template<class T > |
| bool | lrdb::operator>= (const optional< T > &lhs, const optional< T > &rhs) |
| |