Developer documentation

mmx::texp::tmap< TypeFunctor, TypeList > Struct Template Reference

#include <texp_list.hpp>

Detailed Description

template<template< class > class TypeFunctor, class TypeList>
struct mmx::texp::tmap< TypeFunctor, TypeList >

type map: defines a type of mapped type from a type list example : A, B, C -> typename TypeFunctor<A>::T, typename TypeFunctor<B>::T, ...


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