#include "../defs.h"
#include "../../third-party/loki/TypeTraits.h"
#include <algorithm>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | ads |
Classes | |
class | ads::OrderedPair< T > |
OrderedPair holds two objects of the same arbitrary type. More... | |
Functions | |
template<typename T> | |
OrderedPair< T > | ads::makeOrderedPair (const T &x, const T &y) |
A convenience wrapper for creating a OrderedPair. |