| Whole document treemask_array.h File Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members 
 mask_array.h File Reference
This graph shows which files directly or indirectly include this file:   
Go to the source code of this file. 
 Define Documentation
 
  
    | 
        
          | #define _CPP_BITS_MASK_ARRAY_H   1 |  |  
 
  
    | 
        
          | #define _DEFINE_VALARRAY_OPERATOR | ( | op, |  
          |  |  | name |  | ) |  |  |  
  
    |  | 
Value: template<typename _Tp>                          \
inline void                             \
mask_array<_Tp>::operator op##= (const valarray<_Tp>& __v) const    \
{                                   \
  _Array_augmented_##name (_M_array, _M_mask,               \
                           _Array<_Tp> (__v), __v.size ());     \
}                                   \
                                    \
template<typename _Tp> template<class E>                \
inline void                             \
mask_array<_Tp>::operator op##= (const _Expr<E, _Tp>& __e) const    \
{                                   \
  _Array_augmented_##name (_M_array, _M_mask, __e, __e.size ());    \
}
Definition at line 127 of file mask_array.h.     |  Generated on Mon Apr 8 03:13:45 2002 for libstdc++-v3 Source by
  1.2.15 |