GNU Octave  8.1.0
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 m_base
 
octave_idx_type m_len
 

Detailed Description

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

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

Member Data Documentation

◆ m_base

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

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

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

◆ m_len

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

Definition at line 195 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: