|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
Check if a type is in a variadic list of types.
#include <type_traits.hpp>
Static Public Attributes | |
| static constexpr bool | value = (std::is_same_v<T, Ts> || ...) |
|
staticconstexpr |