#include <Indexed.h>
Public Member Functions | |
unsigned | index () const |
Indexed (T t, unsigned i) | |
Indexed () | |
Indexed | operator+ (const Indexed &rhs) const |
Private Attributes | |
unsigned | index_ |
Definition at line 9 of file Indexed.h.
Referenced by Indexed< T >::operator+().
Definition at line 12 of file Indexed.h.
References Indexed< T >::Indexed(), and cppFunctionSkipper::operator.
{return Indexed(this->T::operator+(rhs),0);}