|
DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
|
#include <type_traits>#include <utility>#include "common-utils/meta/traits/containerTraits/isContainer.hpp"Go to the source code of this file.
Namespaces | |
| namespace | CppUtils |
| namespace | CppUtils::Meta |
Variables | |
| template<typename T> | |
| constexpr bool | CppUtils::Meta::is_reversible_container_v = is_reversible_container<T>::value |
| Convenience variable template for ease-of-use. | |