make_array< T, typename > Struct Template Reference

#include <ArmarXCore/util/CPPUtility/ConfigIntrospection/create_macro.h>

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename T, typename = void>
struct armarx::meta::detail::make_array< T, typename >

Definition at line 16 of file create_macro.h.

Member Data Documentation

◆ value

constexpr auto value
staticconstexpr
Initial value:
= [](auto ...t)
{
return std::experimental::make_array<T>(std::forward<decltype(t)>(t)...);
}

Definition at line 18 of file create_macro.h.


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