|
GMP 0.3.0
Generative Metaprogramming library for C++
|
Wrap a compile-time value as a distinct function argument type. More...
#include <utility.hpp>
Public Member Functions | |
| constant_arg_t ()=default | |
constant_arg_t<V> is used to pass non-type template parameter values through overload sets while preserving them as part of the type.
| The | compile-time value being wrapped. |
Definition at line 30 of file utility.hpp.
|
explicitdefault |