Template Class EnumeratedFunctor¶
Defined in File EnumeratedFunctor.hpp
Class Documentation¶
-
template<typename
Input, typenameOutput>
classuitsl::EnumeratedFunctor¶ This class holds an unordered map from Input to Output. This is done so they can be passed around in template arguments, or wherever else a class might be used, wihtout having to rebuild the map every time.