NGSolve  5.3
Public Member Functions
ngstd::INT< N, T > Class Template Reference

N integers. More...

#include <hashtable.hpp>

List of all members.

Public Member Functions

INLINE INT (T ai1)
 init all
INLINE INT (T ai1, T ai2)
 init i[0], i[1]
INLINE INT (T ai1, T ai2, T ai3)
 init i[0], i[1], i[2]
INLINE INT (T ai1, T ai2, T ai3, T ai4)
 init i[0], i[1], i[2]
template<int N2, typename T2 >
INLINE INT (const INT< N2, T2 > &in2)
INLINE bool operator== (const INT &in2) const
 all ints equal ?
INLINE void Sort ()
 sort integers
INLINE T & operator[] (int j)
 access
INLINE const T & operator[] (int j) const
 access
INLINE INT< N, T > & operator= (T value)
template<typename T2 >
INLINE INT< N, T > & operator= (INT< N, T2 > v2)
template<>
INLINE void Sort ()
template<>
INLINE void Sort ()

Detailed Description

template<int N, typename T = int>
class ngstd::INT< N, T >

N integers.


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