#include <adobe/config.hpp>
Go to the source code of this file.
Classes |
| struct | dirty_value< T >::cleaner |
| struct | dirty_value< T > |
Namespaces |
| namespace | adobe |
Functions |
| template<typename T > |
| bool | operator!= (const dirty_value< T > &x, const dirty_value< T > &y) |
| template<typename T > |
| bool | operator< (const dirty_value< T > &x, const dirty_value< T > &y) |
| template<typename T > |
| bool | operator<= (const dirty_value< T > &x, const dirty_value< T > &y) |
| template<typename T > |
| bool | operator== (const dirty_value< T > &x, const dirty_value< T > &y) |
| template<typename T > |
| bool | operator> (const dirty_value< T > &x, const dirty_value< T > &y) |
| template<typename T > |
| bool | operator>= (const dirty_value< T > &x, const dirty_value< T > &y) |