Clementine
Public Types | Static Public Attributes | List of all members
entt::value_list< Value > Struct Template Reference

A class to use to push around lists of constant values, nothing more. More...

#include <entt.hpp>

Public Types

using type = value_list
 Value list type.
 

Static Public Attributes

static constexpr auto size = sizeof...(Value)
 Compile-time number of elements in the value list.
 

Detailed Description

template<auto... Value>
struct entt::value_list< Value >

A class to use to push around lists of constant values, nothing more.

Template Parameters
ValueValues provided by the value list.

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