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

Check if an aggregate type has a value with the given Tag usage aggregate_has_v<Tag, AggType>.

#include <aggregate.hpp>

Static Public Attributes

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

Member Data Documentation

◆ value

template<typename Tag, typename AggType>
bool mundy::aggregate_has< Tag, AggType >::value = AggType::template has<Tag>()
staticconstexpr