CellModules
|
#include <cassert>
#include <unordered_map>
#include <utility>
Go to the source code of this file.
Classes | |
struct | MecaCell::ordered_pair< T > |
struct | std::hash< MecaCell::ordered_pair< T > > |
Namespaces | |
namespace | MecaCell |
this file contains various miscellanious utility functions & helpers * | |
namespace | std |
Provides common mathematical functions and vector operations. | |
Functions | |
template<typename T > | |
ordered_pair< T * > | MecaCell::make_ordered_cell_pair (T *a, T *b) |
template<typename T > | |
ordered_pair< T > | MecaCell::make_ordered_pair (const T &a, const T &b) |