Vector::Vector
inline Vector::Vector()
inline explicit Vector::Vector(const generator_type &g)
inline Vector::Vector( self &x)
inline Vector::Vector(const self &x)
template<class G2> inline Vector::Vector( Vector<G2> &x)
template<class G2> inline Vector::Vector(const Vector<G2> &x)
template<class A> inline Vector::Vector( A &a, self &x)
template<class A> inline Vector::Vector( A &a,const self &x)
template<class A> inline Vector::Vector(const A &a, self &x)
template<class A> inline Vector::Vector(const A &a,const self &x)
inline Vector::Vector( Array<1,generator_type> &x)
inline Vector::Vector(const Array<1,generator_type> &x)
template<class G2> inline Vector::Vector( Array<1,G2> &x)
template<class G2> inline Vector::Vector(const Array<1,G2> &x)
template<class A> inline explicit Vector::Vector(A &a)
template<class A,class B> inline Vector::Vector(A &a, const B &b)
template<class A,class B,class C> inline Vector::Vector(A &a, const B &b, const C &c)
template<class A,class B,class C,class D> inline Vector::Vector(A &a, const B &b, const C &c, const D &d)
template<class A,class B,class C,class D,class E> inline Vector::Vector(A &a, const B &b, const C &c, const D &d, const E &e)
template<class A,class B,class C,class D,class E,class F> inline Vector::Vector(A &a, const B &b, const C &c, const D &d, const E &e, const F &f)
template<class A> inline explicit Vector::Vector(const A &a)
template<class A,class B> inline Vector::Vector(const A &a, const B &b)
template<class A,class B,class C> inline Vector::Vector(const A &a, const B &b, const C &c)
template<class A,class B,class C,class D> inline Vector::Vector(const A &a, const B &b, const C &c, const D &d)
template<class A,class B,class C,class D,class E> inline Vector::Vector(const A &a, const B &b, const C &c, const D &d, const E &e)
template<class A,class B,class C,class D,class E,class F> inline Vector::Vector(const A &a, const B &b, const C &c, const D &d, const E &e, const F &f)
template<class V,class A> inline explicit Vector::Vector( list<V,A> &x)
template<class V,class A> inline explicit Vector::Vector(const list<V,A> &x)
Builds an instance of the object
Remarks
This builds an instance of the object out of its parameters.