Nano
A C++ template metaprogramming library
nano::detail::get< Index, List > Struct Template Reference

Meta function to get an element from a list. More...

#include <list.hpp>

Detailed Description

template<typename Index, typename List>
struct nano::detail::get< Index, List >

Meta function to get an element from a list.

Template Parameters
IndexThe index of the element in the list to get
ListThe list to get the element from

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