50std::ostream& Teuchos::operator<<(std::ostream &out,
const Range1D& rng)
53 if (rng == Range1D::Invalid) {
57 out << rng.lbound() <<
"," << rng.ubound();
static const Range1D Invalid
Used for Range1D(INVALID)
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...