Horizon
Loading...
Searching...
No Matches
meta::defer_i< T, C, Is > Struct Template Reference

A wrapper that defers the instantiation of a template C with integral constant parameters Is in a lambda or let expression. More...

#include <meta.hpp>

Inheritance diagram for meta::defer_i< T, C, Is >:

Detailed Description

template<typename T, template< T... > class C, T... Is>
struct meta::defer_i< T, C, Is >

A wrapper that defers the instantiation of a template C with integral constant parameters Is in a lambda or let expression.

See also
defer

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