TF++, Miscellaneous classes and modules in C++:
◆
expand()
template<class T = int>
Range
&
tfxx::Range
< T >::expand
(
const
Range
< T > &
other
)
inline
expand to larger of this and the other
Definition at line
87
of file
range.h
.
88
{
89
Mfirst
=
Mfirst
<other.first() ?
Mfirst
:other.first();
90
Mlast
=
Mlast
>other.last() ?
Mlast
:other.last();
91
return
*
this
;
92
}
tfxx::Range::Mlast
Tvalue Mlast
end of range.
Definition:
range.h:104
tfxx::Range::Mfirst
Tvalue Mfirst
start of range.
Definition:
range.h:103
tfxx
Range
Generated on Mon Aug 21 2023 17:36:06 for TF++, Miscellaneous classes and modules in C++: by
1.8.14