vec_unary_test_aligned_helper< V, W, Op, C > 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, nat n)
Detailed Description
template<typename V, typename W, typename Op, typename C>
 struct mmx::vec_unary_test_aligned_helper< V, W, Op, C >
Definition at line 101 of file vector_aligned.hpp.
Member Typedef Documentation
      
        
          | typedef implementation<vector_abstractions,V> Vec | 
      
 
 
Member Function Documentation
      
        
          | static bool op | ( | const C * | s, | 
        
          |  |  | nat | n |  | 
        
          |  | ) |  |  |  [inline, static] | 
      
 
Definition at line 103 of file vector_aligned.hpp.
00103                                             {
00104     return Vec::template vec_unary_test (s, n); } };
 
 
The documentation for this struct was generated from the following file: