Template Function EnumWrap::operator>>

Function Documentation

template<typename E>
std::istream &EnumWrap::operator>>(std::istream &is, EnumWrapper<E> &e)

A templated input operator that uses the defined map to set the value of the wrapped enum.