All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | List of all members
paal::data_structures::detail::type_for_name< Name, Names, Types > Struct Template Reference

If Name is kth on Names list, returns kth Type. More...

#include <components.hpp>

Public Types

typedef remove_n_first
< 1, Names >::type 
NewNames
 
typedef remove_n_first
< 1, Types >::type 
NewTypes
 
typedef type_for_name< Name,
NewNames, NewTypes >::type 
type
 

Detailed Description

template<typename Name, typename Names, typename Types>
struct paal::data_structures::detail::type_for_name< Name, Names, Types >

If Name is kth on Names list, returns kth Type.

Definition at line 52 of file components.hpp.


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