DAS  3.0
Das Analysis System
ClosestPair2D::triplet< T >

Public Member Functions

const T & operator[] (unsigned int i) const
 
T & operator[] (unsigned int i)
 

Private Attributes

_contents [_nshift]
 

Member Function Documentation

◆ operator[]() [1/2]

T& operator[] ( unsigned int  i)
inline
767 {return _contents[i];};

◆ operator[]() [2/2]

const T& operator[] ( unsigned int  i) const
inline
766 {return _contents[i];};

Member Data Documentation

◆ _contents

T _contents[_nshift]
private

The documentation for this class was generated from the following file:
ClosestPair2D::triplet::_contents
T _contents[_nshift]
Definition: fjcore.cc:767