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

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dmask_array.h1 // The template and inlines for the -*- C++ -*- mask_array class.
31 /** @file mask_array.h
48 * A mask_array is a reference to the actual elements of an array specified
50 * mask_array is to call operator[](valarray<bool>) on a valarray. The
51 * returned mask_array then permits carrying operations out on the
54 * For example, if a mask_array is obtained using the array (false, true,
61 class mask_array class
70 mask_array (const mask_array&);
74 mask_array
138 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_valarray.h87 template<class _Tp> class mask_array; // masked array
143 valarray(const mask_array<_Tp>&);
201 valarray<_Tp>& operator=(const mask_array<_Tp>&);
294 * Returns a new mask_array referencing the elements of the array
303 mask_array<_Tp> operator[](const valarray<bool>&);
544 #include <bits/mask_array.h>
603 valarray<_Tp>::valarray(const mask_array<_Tp>& __ma)
672 valarray<_Tp>::operator=(const mask_array<_Tp>& __ma)
737 return valarray<_Tp>(mask_array<_Tp>(_Array<_Tp>(_M_data), __s,
742 inline mask_array<_T
[all...]
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile117 locale_facets.h locale_facets.tcc localefwd.h mask_array.h \
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am118 ${bits_srcdir}/mask_array.h \
H A DMakefile.in344 ${bits_srcdir}/mask_array.h \

Completed in 232 milliseconds