basix_doc 0.1
inspector< compound > Struct Reference

#include <compound.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 79 of file compound.hpp.


Member Function Documentation

static generic access ( const compound v,
nat  i 
) [inline, static]

Definition at line 82 of file compound.hpp.

References mmx::as_vector(), mmx::N(), mmx::read(), and VERIFY.

                                                          {
    VERIFY (i < N (as_vector (v)), "out of range");
    return read (as_vector (v), i); }
static nat length ( const compound v) [inline, static]

Definition at line 80 of file compound.hpp.

References mmx::as_vector(), and mmx::N().

                                               {
    return N (as_vector (v)); }

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