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

Get the number of types in a pack of types (variadic templates) or a TypeWrapper. More...

#include <vclib/base/variadic_templates.h>

Static Public Attributes

static constexpr uint value = sizeof...(Args)
 

Detailed Description

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

Get the number of types in a pack of types (variadic templates) or a TypeWrapper.

Usage:

static_assert(i == 3, "");
A class representing a box in N-dimensional space.
Definition box.h:46
Get the number of types in a pack of types (variadic templates) or a TypeWrapper.
Definition variadic_templates.h:189

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