Go to the source code of this file.
◆ TEUCHOS_ENUM_INPUT_STREAM_OPERATOR
#define TEUCHOS_ENUM_INPUT_STREAM_OPERATOR |
( |
|
ENUMTYPE | ) |
|
Value:inline \
std::istream&
operator>>(std::istream& std_is, ENUMTYPE& enum_value) \
std::istream & enumIstreamExtractor(std::istream &std_is, EnumType &enum_value)
std::istringstream & operator>>(std::istringstream &in, Array< T > &array)
A wrapper around the fromStringToArray function which allows the operator>> to be used on Arrays...
Definition at line 70 of file Teuchos_iostream_helpers.hpp.