C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
static_pair< Elem > Struct Template Reference

Static vector of two elements (pair). More...

#include <generic_utility.h>

+ Inheritance diagram for static_pair< Elem >:
+ Collaboration diagram for static_pair< Elem >:

Additional Inherited Members

- Public Member Functions inherited from static_array< Elem, 2 >
 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.
 
bool operator== (const _Vector &vec) const
 Equality.
 

Detailed Description

template<class Elem>
struct static_pair< Elem >

Static vector of two elements (pair).


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