#include <cassert>
#include <algorithm>
#include <cstring>
#include <stack>
#include "lo-error.h"
#include "lo-mappers.h"
#include "quit.h"
#include "oct-sort.h"
#include "oct-locbuf.h"
Go to the source code of this file.
Typedefs | |
template<typename T > | |
using | compare_fcn_ptr = bool(*)(typename ref_param< T >::type, typename ref_param< T >::type) |
using compare_fcn_ptr = bool (*) (typename ref_param<T>::type, typename ref_param<T>::type) |
Definition at line 1517 of file oct-sort.cc.