inspector< compound > Struct Template Reference

#include <compound.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<>
struct mmx::inspector< compound >

Definition at line 81 of file compound.hpp.


Member Function Documentation

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

Definition at line 84 of file compound.hpp.

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

00084                                                           {
00085     VERIFY (i < N (as_vector (v)), "out of range");
00086     return read (as_vector (v), i); }

static nat length ( const compound v  )  [inline, static]

Definition at line 82 of file compound.hpp.

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

00082                                                {
00083     return N (as_vector (v)); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1