Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
mundy::is_finite< T, typename > Struct Template Reference

Trait: does a primitive type have finite spatial extent? More...

#include <Traits.hpp>

Inheritance diagram for mundy::is_finite< T, typename >:
[legend]

Detailed Description

template<typename T, typename = void>
struct mundy::is_finite< T, typename >

Opt in by declaring static constexpr bool is_finite = true/false; on the class, or by providing an explicit specialization.

Unknown types default to false.