Searched refs:indirect_array (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/include/bits/
H A Dindirect_array.h1 // The template and inlines for the -*- C++ -*- indirect_array class.
31 /** @file indirect_array.h
48 * An indirect_array is a reference to the actual elements of an array
50 * indirect_array is to call operator[](valarray<size_t>) on a valarray.
51 * The returned indirect_array then permits carrying operations out on the
54 * For example, if an indirect_array is obtained using the array (4,2,0) as
61 class indirect_array class
70 indirect_array(const indirect_array&);
74 indirect_array
142 indirect_array<_Tp>::indirect_array(const indirect_array<_Tp>& __a) function in class:indirect_array
147 indirect_array<_Tp>::indirect_array(_Array<_Tp> __a, size_t __s, function in class:indirect_array
[all...]
/freebsd-10.3-release/contrib/libstdc++/include/std/
H A Dstd_valarray.h88 template<class _Tp> class indirect_array; // indirected array
146 valarray(const indirect_array<_Tp>&);
211 valarray<_Tp>& operator=(const indirect_array<_Tp>&);
322 * Returns an indirect_array referencing the elements of the array
325 * in the subset. The returned indirect_array refers to these
331 indirect_array<_Tp> operator[](const valarray<size_t>&);
545 #include <bits/indirect_array.h>
612 valarray<_Tp>::valarray(const indirect_array<_Tp>& __ia)
682 valarray<_Tp>::operator=(const indirect_array<_Tp>& __ia)
761 inline indirect_array<_T
[all...]
/freebsd-10.3-release/gnu/lib/libstdc++/
H A DMakefile118 functexcept.h gslice.h gslice_array.h indirect_array.h \
/freebsd-10.3-release/contrib/libstdc++/include/
H A DMakefile.am110 ${bits_srcdir}/indirect_array.h \
H A DMakefile.in336 ${bits_srcdir}/indirect_array.h \

Completed in 73 milliseconds