|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/misc/TypeInfo.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| template<typename T > | |
| std::string | CASM::multiline_help () |
| Help message for reading a type T from input. More... | |
| template<typename T > | |
| std::string | CASM::singleline_help () |
| Help message for reading a type T from input. More... | |
| template<typename T > | |
| std::string | CASM::help () |
| Uses 'multiline_help<T>()' by default. More... | |