basix_doc 0.1
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 680 of file type_props.hpp.


Member Typedef Documentation

typedef T fast_type

Definition at line 681 of file type_props.hpp.


Member Function Documentation

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

Definition at line 682 of file type_props.hpp.

{ return x; }
static T uu ( const fast_type x) [inline, static]

Definition at line 683 of file type_props.hpp.

{ return x; }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines