AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
setfirstindex()
template<class T>
void aff::LinearShape::setfirstindex
inline
inherited
set first index to
first
Definition at line
145
of file
linearshape.h
.
146
{
147
AFF_assert
(((
first
>=
Mfirst
)&&(
first
<=
Mlast
)),
148
"ERROR (LinearShape::setfirstindex): index value out of range"
);
149
Mfirst
=
first
;
150
}
AFF_assert
#define AFF_assert(C, M)
Check an assertion and report by throwing an exception.
Definition:
error.h:162
aff::LinearShape::first
const Tsubscript & first() const
return first legal index
Definition:
linearshape.h:105
aff::LinearShape::Mlast
Tsubscript Mlast
last valid index
Definition:
linearshape.h:167
aff::LinearShape::Mfirst
Tsubscript Mfirst
first valid index
Definition:
linearshape.h:166
aff
Series
Generated on Mon Aug 21 2023 17:36:09 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14