Midge  v3.9.2
Data Processing Framework
Namespaces | Typedefs
typeint.hh File Reference
#include <type_traits>
Include dependency graph for typeint.hh:

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...