MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
marvin::FloatType Concept Reference

Contrains T to be either a float or a double. More...

#include <marvin_Concepts.h>

Concept definition

template<class T>
concept marvin::FloatType = std::is_floating_point_v<T>
Contrains T to be either a float or a double.
Definition marvin_Concepts.h:27

Detailed Description

Contrains T to be either a float or a double.