std::get supported
More...
#include <util.h>
template<typename T>
{
{ std::get<0>(a) };
{ std::tuple_size<std::decay_t<T>>
::value };
}
std::get supported
Definition: util.h:175
decltype(auto) value(T &&t)
return the value of an attribute, or if not an attribute the object
Definition: attribute_value.h:20