|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
Classes | |
| struct | mundy::is_finite< T, typename > |
| Trait: does a primitive type have finite spatial extent? More... | |
| struct | mundy::is_finite< T, std::void_t< decltype(std::remove_cv_t< T >::is_finite)> > |
Namespaces | |
| namespace | mundy |
Concepts | |
| concept | mundy::FinitePrimitive |
| Concept: satisfied by primitives with finite spatial extent (is_finite == true). | |
Variables | |
| template<typename T> | |
| constexpr bool | mundy::is_finite_v = is_finite<T>::value |