|
DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
|
#include "common-utils/meta/algorithms/basicAlgorithms/frontList.hpp"#include "common-utils/meta/algorithms/basicAlgorithms/isEmptyList.hpp"#include "common-utils/meta/algorithms/basicAlgorithms/popFrontList.hpp"#include "common-utils/meta/algorithms/basicAlgorithms/pushBackList.hpp"Go to the source code of this file.
Classes | |
| struct | CppUtils::Meta::reverse_list< List, false > |
| struct | CppUtils::Meta::reverse_list< List, true > |
Namespaces | |
| namespace | CppUtils |
| namespace | CppUtils::Meta |
Typedefs | |
| template<typename List> | |
| using | CppUtils::Meta::reverse_list_t = typename reverse_list<List>::type |
| Convenience variable template for ease-of-use. | |