GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Attributes | List of all members
octave_sort< T >::s_slice Struct Reference
Collaboration diagram for octave_sort< T >::s_slice:
Collaboration graph
[legend]

Public Attributes

octave_idx_type base
 
octave_idx_type len
 

Detailed Description

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

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

Member Data Documentation

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

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

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

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

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