#include "mir/fatal.h"
#include <utility>
Go to the source code of this file.
|
| mir |
| AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time.
|
|
|
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-2018
Canonical Ltd.
Generated on Mon Feb 19 14:05:11 UTC 2018