GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_sort< T >::s_slice Struct Reference
Collaboration diagram for octave_sort< T >::s_slice:

Public Attributes

octave_idx_type base
 
octave_idx_type len
 

Detailed Description

template<typename T>
struct octave_sort< T >::s_slice

Definition at line 190 of file oct-sort.h.

Member Data Documentation

◆ base

template<typename T>
octave_idx_type octave_sort< T >::s_slice::base

Definition at line 192 of file oct-sort.h.

Referenced by octave_sort< T >::merge_at(), and octave_sort< T >::sort().

◆ len

template<typename T>
octave_idx_type octave_sort< T >::s_slice::len

Definition at line 192 of file oct-sort.h.

Referenced by octave_sort< T >::merge_at(), and octave_sort< T >::sort().


The documentation for this struct was generated from the following file: