|
algebramix_doc 0.3
|
#include <vector_aligned.hpp>
Definition at line 115 of file vector_aligned.hpp.
Definition at line 116 of file vector_aligned.hpp.
| static bool op | ( | const C * | s, |
| const X & | x, | ||
| nat | n | ||
| ) | [inline, static] |
Definition at line 117 of file vector_aligned.hpp.
{
return Vec::template vec_binary_test_scalar<Op,C,X> (s, x, n); } };