Lumiera  0.pre.03
»edit your freedom«
RebindVariadic< X, U< ARGS... > > Struct Template Reference

Description

template<template< typename... > class X, template< typename... > class U, typename... ARGS>
struct lib::meta::RebindVariadic< X, U< ARGS... > >

Definition at line 281 of file variadic-helper.hpp.

Public Types

using Type = X< ARGS... >
 

Member Typedef Documentation

◆ Type

using Type = X<ARGS...>

Definition at line 283 of file variadic-helper.hpp.

+ Collaboration diagram for RebindVariadic< X, U< ARGS... > >:

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