Go to the source code of this file.
Namespaces | |
Moose | |
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found. | |
Functions | |
template<typename T , typename C > | |
std::map< T, C > | Moose::createMapFromVectors (const std::vector< T > &keys, const std::vector< C > &values) |
Create a map from two vectors. More... | |
template<typename T > | |
std::map< T, MooseEnum > | Moose::createMapFromVectorAndMultiMooseEnum (const std::vector< T > &keys, const MultiMooseEnum &values) |
Create a map from a vector of keys and MultiMooseEnum acting as a vector. More... | |