ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <cstddef>
#include <stdexcept>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
Functions | |
template<typename T , template< T > class F, T min, T max, class... Args> | |
decltype(auto) | Utils::integral_parameter (T i, Args &&...args) |
Generate a call table for an integral non-type template parameter. | |