GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Array-tc.cc File Reference
#include "Array-oct.cc"
#include "ov.h"
#include "cdef-class.h"
#include "cdef-object.h"
#include "oct-sort.cc"

Go to the source code of this file.

Functions

Array< octave::cdef_object >::compare_fcn_type safe_comparator (sortmode, const Array< octave::cdef_object > &, bool)
 
Array< octave_value * >::compare_fcn_type safe_comparator (sortmode, const Array< octave_value * > &, bool)
 
Array< octave_value >::compare_fcn_type safe_comparator (sortmode, const Array< octave_value > &, bool)
 

Function Documentation

◆ safe_comparator() [1/3]

Array< octave::cdef_object >::compare_fcn_type safe_comparator ( sortmode  ,
const Array< octave::cdef_object > &  ,
bool   
)

Definition at line 52 of file Array-tc.cc.

◆ safe_comparator() [2/3]

Array< octave_value * >::compare_fcn_type safe_comparator ( sortmode  ,
const Array< octave_value * > &  ,
bool   
)

Definition at line 49 of file Array-tc.cc.

◆ safe_comparator() [3/3]

Array< octave_value >::compare_fcn_type safe_comparator ( sortmode  ,
const Array< octave_value > &  ,
bool   
)

Definition at line 46 of file Array-tc.cc.