#include <iosfwd>
#include <functional>
Go to the source code of this file.
|
| | mir |
| | AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time.
|
| |
|
| template<typename Tag , typename ValueType > |
| std::ostream & | mir::operator<< (std::ostream &out, IntWrapper< Tag, ValueType > const &value) |
| |
| template<typename Tag , typename ValueType > |
| constexpr bool | mir::operator== (IntWrapper< Tag, ValueType > const &lhs, IntWrapper< Tag, ValueType > const &rhs) |
| |
| template<typename Tag , typename ValueType > |
| constexpr bool | mir::operator!= (IntWrapper< Tag, ValueType > const &lhs, IntWrapper< Tag, ValueType > const &rhs) |
| |
| template<typename Tag , typename ValueType > |
| constexpr bool | mir::operator<= (IntWrapper< Tag, ValueType > const &lhs, IntWrapper< Tag, ValueType > const &rhs) |
| |
| template<typename Tag , typename ValueType > |
| constexpr bool | mir::operator>= (IntWrapper< Tag, ValueType > const &lhs, IntWrapper< Tag, ValueType > const &rhs) |
| |
| template<typename Tag , typename ValueType > |
| constexpr bool | mir::operator< (IntWrapper< Tag, ValueType > const &lhs, IntWrapper< Tag, ValueType > const &rhs) |
| |
Copyright © 2012-2018
Canonical Ltd.
Generated on Thu Apr 5 15:26:05 UTC 2018