Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
mundy::variant_aggregate_has< Tag, VarAggType > Struct Template Reference

Check whether a variant_aggregate type has a value with the given Tag. Usage: variant_aggregate_has_v<Tag, VarAggType>.

#include <aggregate.hpp>

Static Public Attributes

static constexpr bool value = VarAggType::template has<Tag>()

Member Data Documentation

◆ value

template<typename Tag, typename VarAggType>
bool mundy::variant_aggregate_has< Tag, VarAggType >::value = VarAggType::template has<Tag>()
staticconstexpr