#include "mir/fatal.h"
#include <utility>
Go to the source code of this file.
|
template<typename T > |
bool | mir::operator== (optional_value< T > const &lhs, optional_value< T > const &rhs) |
|
template<typename T > |
bool | mir::operator != (optional_value< T > const &lhs, optional_value< T > const &rhs) |
|
template<typename T > |
bool | mir::operator== (optional_value< T > const &lhs, T const &rhs) |
|
template<typename T > |
bool | mir::operator != (optional_value< T > const &lhs, T const &rhs) |
|
template<typename T > |
bool | mir::operator== (T const &lhs, optional_value< T > const &rhs) |
|
template<typename T > |
bool | mir::operator != (T const &lhs, optional_value< T > const &rhs) |
|
Copyright © 2012-2019
Canonical Ltd.
Generated on Fri Feb 1 22:50:25 UTC 2019
This documentation is licensed under the GPL version 2 or 3.