BioCMAMC-ST
FloatingPointType Concept Reference

#include <traits.hpp>

Concept definition

template<typename T>
concept FloatingPointType = std::is_floating_point_v<std::remove_cvref_t<T>>
Definition traits.hpp:20