This class is an helper to get the return type for get method for each property. More...
This class is an helper to get the return type for get method for each property.
This class is an helper to get the return type for get method for each property
p | id of the property |
T | original boost fusion vector, T is suppose to be a boost::fusion::vector<memory_c<...>,.....> |
#include <Encap.hpp>
Public Types | |
typedef mem::vtype | vtype |
return a boost::fusion::vector<memory_c<....>....> | |
typedef boost::fusion::result_of::at < vtype, boost::mpl::int_< p > >::type | type |
return a memory_c<...> | |