refl-cpp
refl::trait::concat<... > Struct Template Reference

Concatenates N lists together. More...

#include <refl.hpp>

Detailed Description

template<typename...>
struct refl::trait::concat<... >

Concatenates N lists together.

typename concat<type_list<int, float>, type_list<double>, type_list<long>>::type -> type_list<int, float, double, long>

The documentation for this struct was generated from the following file: