sort_op_pair_wrapper< Op > Struct Template Reference

#include <vector_sort.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename Op>
struct mmx::sort_op_pair_wrapper< Op >

Definition at line 56 of file vector_sort.hpp.


Member Function Documentation

static bool not_op ( const pair< T, X > &  x,
const pair< T, X > &  y 
) [inline, static]

Definition at line 62 of file vector_sort.hpp.

References mmx::car().

00062                                         {
00063     return Op::not_op (car (x), car (y)); }

static bool op ( const pair< T, X > &  x,
const pair< T, X > &  y 
) [inline, static]

Definition at line 59 of file vector_sort.hpp.

References mmx::car().

00059                                     {
00060     return Op::op (car (x), car (y)); }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1