Nano
A C++ template metaprogramming library
nano::join< List1, List2 > Struct Template Reference

Joins two lists. More...

#include <list.hpp>

Detailed Description

template<typename List1, typename List2>
struct nano::join< List1, List2 >

Joins two lists.

Template Parameters
List1The first list to join
List2The second list to join

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