vector_as_helper< C > Struct Template Reference

#include <type_props.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename C>
struct mmx::vector_as_helper< C >

Definition at line 765 of file type_props.hpp.


Member Function Documentation

static C concrete ( const generic x  )  [inline, static]

Definition at line 768 of file type_props.hpp.

References ERROR.

Referenced by generic_concrete_rep< C >::make_concrete_vector().

00768                                               {
00769     (void) x; ERROR ("invalid concretization"); }

static abstract generic ( const C x  )  [inline, static, pure virtual]

Definition at line 766 of file type_props.hpp.

References ERROR.

00766                                               {
00767     (void) x; ERROR ("invalid abstraction"); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1