This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Defines | |
#define | _CPP_BITS_SLICE_ARRAY_H 1 |
#define | _DEFINE_VALARRAY_OPERATOR(op, name) |
|
Definition at line 33 of file slice_array.h. |
|
Value: template<typename _Tp> \ inline void \ slice_array<_Tp>::operator op##= (const valarray<_Tp>& __v) const \ { \ _Array_augmented_##name (_M_array, _M_sz, _M_stride, _Array<_Tp> (__v));\ } \ \ template<typename _Tp> template<class _Dom> \ inline void \ slice_array<_Tp>::operator op##= (const _Expr<_Dom,_Tp>& __e) const \ { \ _Array_augmented_##name (_M_array, _M_stride, __e, _M_sz); \ } Definition at line 129 of file slice_array.h. |