netxsimdg
Loading...
Searching...
No Matches
EnumWrapper.hpp File Reference
#include <boost/program_options.hpp>
#include <map>
#include <string>
Include dependency graph for EnumWrapper.hpp:

Go to the source code of this file.

Classes

class  EnumWrap::EnumWrapper< E >
 

Functions

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.
 

Detailed Description

Date
Oct 15, 2021
Author
Tim Spain timot.nosp@m.hy.s.nosp@m.pain@.nosp@m.ners.nosp@m.c.no

Definition in file EnumWrapper.hpp.

Function Documentation

◆ operator>>()

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.

Definition at line 101 of file EnumWrapper.hpp.