OGS
BaseLib::TMP::Map< MapFromTypeToType, List< Types... > > Struct Template Reference

Detailed Description

template<template< typename > typename MapFromTypeToType, template< typename... > typename List, typename... Types>
struct BaseLib::TMP::Map< MapFromTypeToType, List< Types... > >

Definition at line 94 of file TMP.h.

#include <TMP.h>

Public Types

using type = List<MapFromTypeToType<Types>...>
 

Member Typedef Documentation

◆ type

template<template< typename > typename MapFromTypeToType, template< typename... > typename List, typename... Types>
using BaseLib::TMP::Map< MapFromTypeToType, List< Types... > >::type = List<MapFromTypeToType<Types>...>

Definition at line 96 of file TMP.h.


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