Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
mundy::all_tags_unique< Ts > Struct Template Reference

Check if all tag_type values in a tagged value pack are unique.

#include <aggregate.hpp>

Static Public Attributes

static constexpr bool value = ((count_type_v<typename Ts::tag_type, typename Ts::tag_type...> == 1) && ...)

Member Data Documentation

◆ value

template<typename... Ts>
bool mundy::all_tags_unique< Ts >::value = ((count_type_v<typename Ts::tag_type, typename Ts::tag_type...> == 1) && ...)
staticconstexpr