fast_helper< T > Struct Template Reference

#include <type_props.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

template<typename T>
struct mmx::fast_helper< T >

Definition at line 773 of file type_props.hpp.


Member Typedef Documentation

typedef T fast_type

Definition at line 774 of file type_props.hpp.


Member Function Documentation

static fast_type dd ( const T x  )  [inline, static]

Definition at line 775 of file type_props.hpp.

00775 { return x; }

static T uu ( const fast_type x  )  [inline, static]

Definition at line 776 of file type_props.hpp.

00776 { return x; }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1