| 
| template<typename F , typename INOUT , typename IN >  | 
| static F::result_type  | _combine_inplace (const F &f, INOUT &inout, const IN &in) | 
|   | 
| template<typename F , typename B >  | 
| static F::result_type  | accumulate (F &f, const B &data) | 
|   | 
| template<typename F , typename A , typename B >  | 
| static F::result_type  | accumulate (F &f, const A &a, const B &b) | 
|   | */  More...
  | 
|   | 
| template<typename F , typename INOUT , typename IN >  | 
| static F::result_type  | combine_inplace (const F &f, INOUT &inout, const IN &in) | 
|   | 
| template<typename F , typename B >  | 
| static F::result_type  | filter (const F &f, const B &b) | 
|   | 
| template<typename F , typename A , typename B >  | 
| static F::result_type  | filter (const F &f, const A &a, const B &b) | 
|   | */  More...
  | 
|   | 
| template<typename F , typename B , typename O >  | 
| static F::result_type  | filter_and_output (const F &f, const B &a, O &b) | 
|   | 
| template<typename F , typename B >  | 
| static F::result_type  | filter_equal (const F &f, const B &a, const B &b) | 
|   | 
| template<typename F , typename B >  | 
| static void  | filter_equal_inplace (const F &f, const B &a, B &b) | 
|   | 
| template<typename F , typename B >  | 
| static F::result_type  | filter_inplace (const F &f, B &b) | 
|   | 
template<typename F , typename INOUT , typename IN > 
  
  
      
        
          | static F::result_type _combine_inplace  | 
          ( | 
          const F &  | 
          f,  | 
         
        
           | 
           | 
          INOUT &  | 
          inout,  | 
         
        
           | 
           | 
          const IN &  | 
          in  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Definition at line 339 of file core/filter.hh.
References it_bit, it_double, it_float, it_sbyte, it_sint, it_slong, it_sshort, it_ubyte, it_uint, it_ulong, and it_ushort.
Referenced by combine_inplace().