Public Member Functions | Friends

VectorPair< FirstVector, SecondVector, value > Class Template Reference
[Small constant-size homogeneous structures]

A type that is constructed from a pair of - preferedly vectorial - types and forwards arithmetic operations to them, finally appearing as one homogeneous type. More...

#include <VVector.hpp>

List of all members.

Public Member Functions

Friends


Detailed Description

template<class FirstVector, class SecondVector, class value>
class VectorPair< FirstVector, SecondVector, value >

A type that is constructed from a pair of - preferedly vectorial - types and forwards arithmetic operations to them, finally appearing as one homogeneous type.

It supports computational constructors and self-assigment operators.