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

◆ operator<<() [2/2]

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

Definition at line 59 of file handletest.cc.

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

61 { 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: