Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
mundy::ValidPointType Concept Reference

Concept to check if a type has the necessary properties to be a valid Point type As a predicate to creating a new point type, specialize is_point for the new type.

#include <Point.hpp>

Concept definition

template<typename PointType>
Concept to check if a type has the necessary properties to be a valid Point type As a predicate to cr...
Definition Point.hpp:73
constexpr bool is_point_v
Definition Point.hpp:68