GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-sort.cc File Reference
#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)
 

Typedef Documentation

◆ compare_fcn_ptr

template<typename T >
using compare_fcn_ptr = bool (*) (typename ref_param<T>::type, typename ref_param<T>::type)

Definition at line 1517 of file oct-sort.cc.