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

Check if all types in a pack define an alias named tag_type.

#include <aggregate.hpp>

Static Public Attributes

static constexpr bool value = (has_tag_type_v<Ts> && ...)

Member Data Documentation

◆ value

template<typename... Ts>
bool mundy::all_have_tags< Ts >::value = (has_tag_type_v<Ts> && ...)
staticconstexpr