#include "std_cpp_includes.hh"
#include "except.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVL |
Functions | |
template<class T> | |
void | RVL::dejavu (size_t *i, std::vector< T * > vec) |
Helper function - checks whether vec[i] is identical to vec[j] for some j<i. |