CASM  1.1.0
A Clusters Approach to Statistical Mechanics
io_traits.cc
Go to the documentation of this file.
2 
4 
5 namespace CASM {
6 
7 const std::string traits<PARAM_PACK_TYPE>::name = "param_pack_type";
8 
9 const std::multimap<PARAM_PACK_TYPE, std::vector<std::string> >
10  traits<PARAM_PACK_TYPE>::strval = {
11  {PARAM_PACK_TYPE::DEFAULT, {"DEFAULT", "Default", "default"}},
12  {PARAM_PACK_TYPE::DIFF, {"DIFF", "Diff", "diff"}}};
13 
14 } // namespace CASM
GenericDatumFormatter< std::string, ConfigEnumDataType > name()
Main CASM namespace.
Definition: APICommand.hh:8