#include <twin.hpp>
List of all members.
Definition at line 32 of file twin.hpp.
[inline]
Definition at line 38 of file twin.hpp.
: x1 (0), x2 (0) {}
Definition at line 39 of file twin.hpp.
: //x1 (x), x2 (x) {} x1 (as<C> (x)), x2 (as<D> (x)) {}
Definition at line 42 of file twin.hpp.
: // x1 (y1), x2 (y2) {} x1 (as<C> (y1)), x2 (as<D> (y2)) {}
Definition at line 45 of file twin.hpp.
: x1 (x), x2 (x) {}
Definition at line 47 of file twin.hpp.
: x1 (as<C> (y1)), x2 (y2) {}
Definition at line 49 of file twin.hpp.
: x1 (car (x)), x2 (cdr (x)) {}
[friend]