basix_doc 0.1
inspector< C > Struct Template Reference

#include <type_props.hpp>

List of all members.

Static Public Member Functions


Detailed Description

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

Definition at line 780 of file type_props.hpp.


Member Function Documentation

static generic access ( const C c,
nat  i 
) [inline, static]

Definition at line 782 of file type_props.hpp.

References VERIFY.

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

                                                   {
    (void) c; (void) i;
    VERIFY (false, "out of range");
    return generic (); }
static nat length ( const C c) [inline, static]

Definition at line 781 of file type_props.hpp.

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

{ (void) c; return 0; }

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