TF++, Miscellaneous classes and modules in C++:
◆
contains()
template<class T>
bool
tfxx::RangeList
< T >::contains
(
const
Tvalue
&
v
)
const
inline
Definition at line
59
of file
rangelist.h
.
References
tfxx::RangeList< T >::Mlist
.
60
{
61
bool
retval=
false
;
62
typename
Tlist::const_iterator i=
Mlist
.begin();
63
while
((i!=
Mlist
.end()) && (!retval))
64
{ retval = i->contains(v); ++i; }
65
return
retval;
66
}
tfxx::RangeList::Mlist
Tlist Mlist
Definition:
rangelist.h:69
tfxx
RangeList
Generated on Mon Aug 21 2023 17:36:06 for TF++, Miscellaneous classes and modules in C++: by
1.8.14