vec_binary_test_scalar_aligned_helper< V, W, Op, C, X > Struct Template Reference
#include <vector_aligned.hpp>
List of all members.
Public Types
- typedef implementation
< vector_abstractions, V > Vec
 
Static Public Member Functions
- static bool op (const C *s, const X &x, nat n)
 
Detailed Description
template<typename V, typename W, typename Op, typename C, typename X>
 struct mmx::vec_binary_test_scalar_aligned_helper< V, W, Op, C, X >
Definition at line 115 of file vector_aligned.hpp.
Member Typedef Documentation
      
        
          | typedef implementation<vector_abstractions,V> Vec | 
        
      
 
 
Member Function Documentation
      
        
          | static bool op  | 
          ( | 
          const C *  | 
           s,  | 
        
        
           | 
           | 
          const X &  | 
           x,  | 
        
        
           | 
           | 
          nat  | 
           n |   | 
        
        
           | 
          ) | 
           |  |  [inline, static] | 
        
      
 
Definition at line 117 of file vector_aligned.hpp.
00117                                                         {
00118     return Vec::template vec_binary_test_scalar<Op,C,X> (s, x, n); } };
 
 
 
The documentation for this struct was generated from the following file: