Midge
v3.9.2
Data Processing Framework
|
#include <type_traits>
Go to the source code of this file.
Namespaces | |
midge | |
Typedefs | |
template<int x_value> | |
using | type_int = std::integral_constant< int, x_value > |
Wraps integral constant x_value in a type; value is available as type_int::value. More... | |