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

Go to the source code of this file.

Namespaces

 midge
 

Typedefs

template<class... x_types>
using type_length = std::integral_constant< std::size_t, sizeof...(x_types) >
 Calculates the number of types in template pack x_types; returns it as type_length::value. More...
 
template<class x_list >
using type_size = type_rename< x_list, type_length >
 Calculates the number of types in type list x_list; returns it as type_size::value. More...