ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
integral_parameter.hpp File Reference
#include <cstddef>
#include <stdexcept>
#include <utility>
+ Include dependency graph for integral_parameter.hpp:
+ This graph shows which files directly or indirectly include this file:

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.