TF++, Miscellaneous classes and modules in C++:

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  os,
const Tirange r 
)

Definition at line 56 of file handletest.cc.

References tfxx::Range< T >::first(), and tfxx::Range< T >::last().

57 { os << r.first() << "-" << r.last(); }
Tvalue & last()
access end of range
Definition: range.h:65
Tvalue & first()
access start of range
Definition: range.h:63
Here is the call graph for this function: