TF++, Miscellaneous classes and modules in C++:
◆
operator<<()
template<class T >
std::ostream& operator<<
(
std::ostream &
os
,
const
tfxx::Range
< T > &
r
)
Definition at line
57
of file
stringtest.cc
.
58
{
59
os << r.
first
() <<
" - "
<< r.
last
();
60
return
os;
61
}
tfxx::Range::last
Tvalue & last()
access end of range
Definition:
range.h:65
tfxx::Range::first
Tvalue & first()
access start of range
Definition:
range.h:63
tests
stringtest.cc
Generated on Mon Aug 21 2023 17:36:06 for TF++, Miscellaneous classes and modules in C++: by
1.8.14