TF++, Miscellaneous classes and modules in C++:
◆
isinside()
template<class T = int>
bool
tfxx::Range
< T >::isinside
(
const
Range
< T > &
other
)
const
inline
is this range inside the other
Definition at line
71
of file
range.h
.
72
{
return
((
Mfirst
>= other.first()) && (
Mlast
<= other.last())); }
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