Visual Computing Library
Loading...
Searching...
No Matches
vcl::TypeWrapper< Args > Struct Template Reference

A simple structure that wraps a list of variadic templates, without instantiating anything. Useful when you need to wrap a list of types, and consider them as a single type. More...

#include <vclib/types/type_wrapper.h>

Static Public Member Functions

static constexpr uint size ()
 

Detailed Description

template<typename... Args>
struct vcl::TypeWrapper< Args >

A simple structure that wraps a list of variadic templates, without instantiating anything. Useful when you need to wrap a list of types, and consider them as a single type.


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