Searched refs:slice_array (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dslice_array.h1 // The template and inlines for the -*- C++ -*- slice_array class.
31 /** @file slice_array.h
110 * A slice_array is a reference to the actual elements of an array
111 * specified by a slice. The way to get a slice_array is to call
112 * operator[](slice) on a valarray. The returned slice_array then permits
115 * to the subset of elements in the underlying valarray this slice_array
121 class slice_array class
130 slice_array(const slice_array&);
134 slice_array
199 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
205 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
[all...]
H A Dvalarray_before.h43 #include <bits/slice_array.h>
665 // slice_array closure.

Completed in 86 milliseconds