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


Member Function Documentation

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

Definition at line 675 of file type_props.hpp.

References ERROR.

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

                                              {
    (void) x; ERROR ("invalid concretization"); }
static abstract generic ( const C x) [inline, static, pure virtual]

Definition at line 673 of file type_props.hpp.

References ERROR.

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

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