C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
static_array< Elem, arrSize > Class Template Reference

Static vector. More...

#include <generic_utility.h>

+ Inheritance diagram for static_array< Elem, arrSize >:

Public Member Functions

 static_array (const Elem &val)
 Initialization of one element.
 
 static_array (const Elem &e1, const Elem &e2)
 Initialization of a pair of elements.
 
 static_array (const Elem &e1, const Elem &e2, const Elem &e3)
 Constructs as a triplet.
 
static_arrayfill (const Elem &val)
 Initialization of one element.
 
template<class _Vector >
bool operator== (const _Vector &vec) const
 Equality.
 

Detailed Description

template<class Elem, size_t arrSize>
class static_array< Elem, arrSize >

Static vector.

Note
Required that the vector elements have a default constructor, copy constructor and assignment operator.

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